From 7f7ed2f1256a9bede42d1807b7f80d93f810237b Mon Sep 17 00:00:00 2001 From: DSeeLP <46624152+DSeeLP@users.noreply.github.com> Date: Mon, 24 Mar 2025 15:24:53 +0100 Subject: [PATCH] document 404 for start chat endpoint --- openapi-def.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openapi-def.yaml b/openapi-def.yaml index e642413..154dbcc 100644 --- a/openapi-def.yaml +++ b/openapi-def.yaml @@ -375,6 +375,8 @@ paths: application/json: schema: $ref: '#/components/schemas/ApiError' + 404: + $ref: '#/components/responses/ResourceNotFound' 422: $ref: '#/components/responses/InvalidBody' default: