Handle Error 4
PATCH {{baseUrl}}/error
Description
This endpoint is used to handle errors using the specified endpoint.
Request
- Headers:
Accept: /
- URL:
{{baseUrl}}/error
Response
- Status: OK (200)
- Content-Type: /
Sample Response
{
"error": {
"status": "205 RESET_CONTENT",
"message": "",
"reasons": {
"irure6_": ""
}
}
}
LANGUAGE
CURL REQUEST
curl --request PATCH \
--url /error \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!