2.20.7.3. Response Messages
| HTTP Status Code | Reason | Response Model | Headers |
|---|---|---|---|
| 200 | Successful invocation |
| |
| 400 | Bad Request |
Mode: Model Schema
{
"status": 0,
"error_message": "string",
"title": "string",
"error_type": "string",
"detail": "string",
"type": "string"
| |
| 401 | Session required |
Model: Model Schema
{
"status": 0,
"error_message": "string",
"title": "string",
"error_type": "string",
"detail": "string",
"type": "string"
}
| |
| 403 | Unauthorized access |
Model: Model Schema
{
"status": 0,
"error_message": "string",
"title": "string",
"error_type": "string",
"detail": "string",
"type": "string"
}
| |
| 404 | Not found |
Model: Model Schema
{
"status": 0,
"error_message": "string",
"title": "string",
"error_type": "string",
"detail": "string",
"type": "string"
}
|