fix: create authorization response type

This commit is contained in:
tkinaba
2025-12-05 08:41:54 -03:00
parent 2a0a85f0b4
commit 661314c557
-3
View File
@@ -239,13 +239,10 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CreateAuthorizationResponse" "$ref": "#/components/schemas/CreateAuthorizationResponse"
} }
} }
} }
}
}, },
"400": { "400": {
"description": "Corpo da requisição inválido" "description": "Corpo da requisição inválido"