From 03fb1a655b6b2465ed5c0e843b76b4b72edc5927 Mon Sep 17 00:00:00 2001 From: Matt Griswold Date: Wed, 8 May 2024 08:07:29 -0500 Subject: [PATCH] add 422 response --- api/openapi.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/openapi.yaml b/api/openapi.yaml index b039cba..fe305d8 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -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.