PATCH https://postman-echo.com/patch
This test is to validate the content type of the returned content. This Snippet is also available on the right sidebar under Response headers: Content-Type header check
.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"args": {},
"data": "This is expected to be sent back as part of response body.",
"files": {},
"form": {},
"headers": {
"x-forwarded-proto": "https",
"host": "postman-echo.com",
"content-length": "58",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"cache-control": "no-cache",
"content-type": "text/plain",
"cookie": "sails.sid=s%3AUuE9kqyAFxbvBvvH8aX3WEBLXiNgjK7-.ErzxoeVFY7HfTK%2BPjoOs%2BzaP3yU8%2BcM59adz0oo9LlA",
"postman-token": "ebd30dd5-0044-4665-ae5c-cb31118f1119",
"user-agent": "PostmanRuntime/7.3.0",
"x-forwarded-port": "443"
},
"json": null,
"url": "https://postman-echo.com/patch"
} |
ENDPOINTS