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": {
"application/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CreateAuthorizationResponse"
}
"$ref": "#/components/schemas/CreateAuthorizationResponse"
}
}
}