Skip to content

Commit

Permalink
add 422 response
Browse files Browse the repository at this point in the history
  • Loading branch information
grizz committed May 8, 2024
1 parent 28fac92 commit 03fb1a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,12 @@ paths:
$ref: '#/components/responses/CreateSessionsResponse'
'400':
$ref: '#/components/responses/ErrorResponse'
# Forbidden
'403':
$ref: '#/components/responses/ErrorResponse'
# Please contact, requires human interverntion
'422':
$ref: '#/components/responses/ErrorResponse'

get:
description: Lists a set of sessions visible to the caller. Each session in the set contains a summary of its current status.
Expand Down

0 comments on commit 03fb1a6

Please sign in to comment.