Browse Source

fix: create authorization response type

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


Loading…
Cancel
Save