When i use the PUT method in any model, the method ask to fill the required fields and updated to null value the unspecified fields, (similar behavior to a POST method). Can麓t update a single field!
Get method:
PUT:
Response.
Another case is the deletion of unspecified fields
GET:
PUT:
PUT response:
GET method again:
The expected result is a response with the updated field without modify the unspecified fields.
Nvm the solution is use the update operation and make the where statement :)
@OscarVargasG , nice!
Closing this issue as resolved. Thanks.
Most helpful comment
Nvm the solution is use the update operation and make the where statement :)