qaskx.template/api/default/error-path/definitions/error-path.tmpl

10 lines
336 B
Cheetah

{
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/error-model"
}
}
},
"description": "An internal server has occurred.\n\nIt is unlikely that a repeated attempt to access\nthe path service will be successful without\nchange / resolution of the issue at the server"
}