shieldfy / API-Security-Checklist

Checklist of the most important security countermeasures when designing, testing, and releasing your API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PUT mentioned, but PATCH is probably a better choice

geertjanvdk opened this issue · comments

The HTTP method PATCH might not be in the standard yet, but it's widely used. It would be good to mention it, as it makes partial updates "possible".

Reference: https://tools.ietf.org/html/rfc5789

JSON API also recommends PATCH.

Reference: http://jsonapi.org/faq/#wheres-put

Thanks for mention PATCH , fixed in the last commit b1df247