...
Request to process the request using a token in the headers
Наприклад:
Content-Type:application/json
Authorization:Bearer c2778f3064753ea70de870a53795f5c9
...
Expand |
---|
|
Code Block |
---|
{
"meta": {
"code": "422",
"url": "https://example.com/resource",
"type": "object",
"request_id": "req-adasdoijasdojsda"
},
"error": {
"type": "unverified",
"message": "Property \"is_active\" has not been defined and the schema does not allow additional properties!"
}
} |
|
Post-processing processes
API paragraph not found
HTTP status codes
Page Properties |
---|
HTTP status code | Message | What caused the error |
---|
201 | | | 422 | | |
|
...