fix: create authorization response type

This commit is contained in:
tkinaba
2025-12-05 08:41:54 -03:00
parent 2a0a85f0b4
commit 661314c557
+1 -4
View File
@@ -239,10 +239,7 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"type": "array", "$ref": "#/components/schemas/CreateAuthorizationResponse"
"items": {
"$ref": "#/components/schemas/CreateAuthorizationResponse"
}
} }
} }
} }