I am trying to validated "short" datatype path parameter in one of my PUT api so that if value more than 32767 is passed it should return proper error.
Cont