fuzzapi icon indicating copy to clipboard operation
fuzzapi copied to clipboard

add the PATCH method, for JSONAPI testing

Open paralax opened this issue 7 years ago • 0 comments

while the application supports PUT, the JSONAPI 1.0 spec says to use PATCH instead:

http://jsonapi.org/format/

this PR adds that method - PATCH - to the choices. JSONAPI compliant servers may ignore PUT in favor of PATCH.

paralax avatar Feb 23 '18 15:02 paralax