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.