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

10 lines
280 B
JSON

{
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/error-model"
}
}
},
"description": "Indicates that the request requires user authentication information. The client MAY repeat the request with a suitable Authorization header field"
}