PATCH Request
PATCH https://postman-echo.com/patch
The HTTP PATCH
method is used to update resources on a server. The exact
use of PATCH
requests depends on the server in question. There are a number
of server implementations which handle PATCH
differently. Technically,
PATCH
supports both Query String parameters and a Request Body.
This endpoint accepts an HTTP PATCH
request and provides debug information
such as the HTTP headers, Query String arguments, and the Request Body.
RESPONSES
status: OK
{"args":{},"data":"This is expected to be sent back as part of response body.","files":{},"form":{},"headers":{"x-forwarded-proto":"https","x-forwarded-port":"443","host":"postman-echo.com","x-amzn-trace-id":"Root=1-62692cd9-0c0522db189f4ace45f96b58","content-length":"58","content-type":"text/plain","user-agent":"PostmanRuntime/7.29.0","accept":"*/*","cache-control":"no-cache","postman-token":"e0327d6d-66b1-4009-a95f-95c41177b9cb","accept-encoding":"gzip, deflate, br","cookie":"sails.sid=s%3AaaxVxsGuRjCno-7IVEL6AlUt-cvSw9E8.HkNgHa0ueHT%2Bi4zTwlWcE4wG3nR78igzwuXmv4zmMtc"},"json":null,"url":"https://postman-echo.com/patch"}