Reference
---
Open API Specification
- Download current OAS (3.0) file: /swagger/v1/swagger.json
Error Responses
All the endpoints return common error structures based on RFC 7807. Check an example below:
{
"type": "Schema with error description",
"title": "Error title ",
"status": 500,
"detail": "Detailed information about the error ",
}
Status Codes
- 400 - Client-Side error (validation)
- 404 - Resource has not been found
- 409 - Conflicted operation
- 500 - Server-Side error
Reference Index
This UI is automatically generated by Swashbuckle Swagger JS using the OAS json file. Some information is not displayed for clarity however it is available in swagger.json file.