API ReferenceSchemas
GenericErrorResponse
Response schema for generic error messages
Response schema for generic error messages
Example
{ "errors": [ { "detail": "You must use an account-scoped token to access this endpoint.", "status": "400", "title": "Invalid value" } ]}