Files
varsity/test/responses/unauthorized-response.json
2025-10-01 20:01:42 +00:00

11 lines
168 B
JSON

{
"description": "Unauthorized access",
"content": {
"application/json": {
"schema": {
"$ref": "../schemas/error-schema.json"
}
}
}
}