Reference

---

Open API Specification

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

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.