Skip to content

Commit

Permalink
#91 Fixed Undocumented HTTP status code
Browse files Browse the repository at this point in the history
  • Loading branch information
vityaman committed Apr 30, 2024
1 parent acd75c1 commit cbfe02d
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 @@ -69,6 +69,12 @@ paths:
type: array
items:
$ref: '#/components/schemas/WorkspaceEvent'
400:
description: Invalid parameters
content:
application/json:
schema:
$ref: '#/components/schemas/GeneralError'
404:
description: Homework or student with given id not found
content:
Expand Down

0 comments on commit cbfe02d

Please sign in to comment.