You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2019. It is now read-only.
Of.spec claims to send PATCH request to update existing records instead of PUT.
It also says that only updated attributes/relationships should be sent.
Updating a Resource's Attributes
PATCH /articles/1 HTTP/1.1
Of.spec claims to send PATCH request to update existing records instead of PUT.
It also says that only updated attributes/relationships should be sent.
link
Also, it could significantly decrease amount of data we're sending to the back-end.