qaskx.template/api/default/error-nnn/error-400.json

10 lines
267 B
JSON

{
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/error-model"
}
}
},
"description": "The server could not understand the request due to incorrect syntax. The client should NOT repeat the request without modifications."
}