Browse Source

fix: create authorization response type

main
tkinaba 18 hours ago
parent
commit
661314c557
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      swagger.json

+ 1
- 4
swagger.json View File

@ -239,10 +239,7 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CreateAuthorizationResponse"
}
"$ref": "#/components/schemas/CreateAuthorizationResponse"
} }
} }
} }


Loading…
Cancel
Save