openBackhaul / RegistryOffice

Apache License 2.0
2 stars 8 forks source link

putIntegerProfileIntegerValue must retrun 400 if the interger value is not with in the expected range #391

Closed ManasaBM1 closed 1 year ago

ManasaBM1 commented 1 year ago

In Integer-profile, we have attribute "integer-profile-configuration/integer-value". As per understanding, the value of integer-value should be between minimum and maximum values provided in capability class. But when we perform putIntegerProfileIntegerValue operation if integer-value is not within expected range (more tham maximum or less than minimum )it is giving the respose code as 204

solution: if Integer-value is not with in the expected range it should give response code as 400