geosolutions-it / sciadro-backend

https://waffle.io/geosolutions-it/sciadro-backend
1 stars 3 forks source link

PUT requests should not use required field for validation #63

Closed MV88 closed 5 years ago

MV88 commented 5 years ago

imagine i just want to update the note of a mission, then the only required field is just the note

the same logic should apply to asset and its related required fields

NOTE: this is needed only for PUT requests, POST ones should not be changed