Skip to content

Commit

Permalink
#91 Fixed Undocumented HTTP status code 400
Browse files Browse the repository at this point in the history
  • Loading branch information
vityaman committed Apr 30, 2024
1 parent b1ca49b commit 1fb646b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions botalka/src/main/resources/static/openapi/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,12 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/PromotionRequest'
400:
description: Invalid parameters
content:
application/json:
schema:
$ref: '#/components/schemas/GeneralError'
404:
description: User not found
content:
Expand Down

0 comments on commit 1fb646b

Please sign in to comment.