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

10 lines
271 B
JSON
Raw Normal View History

{
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/error-model"
}
}
},
"description": "Unauthorized request. The client does not have access rights to the content. Unlike 401, the clients identity is known to the server."
}