On PATCH request, server returns 204 code, server doesn’t update any attributes besides those provided and returns 200 OKwith the updated resource if resource is modified in ways other than those specified by the request.
The latter part is not documented which is an important case to be considered. I have to go through the code to understand this behaviour.
Flask-Restless version = 1.0.0b2
On
PATCH
request, server returns 204 code, server doesn’t update any attributes besides those provided and returns200 OK
with the updated resource if resource is modified in ways other than those specified by the request.The latter part is not documented which is an important case to be considered. I have to go through the code to understand this behaviour.