From c72130a1dae7821ee7e46605a4db8f550e94ebf3 Mon Sep 17 00:00:00 2001 From: DSeeLP <46624152+DSeeLP@users.noreply.github.com> Date: Mon, 24 Mar 2025 15:18:08 +0100 Subject: [PATCH] remove 403 response that isn't used from list chats endpoint --- openapi-def.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/openapi-def.yaml b/openapi-def.yaml index 3ea11c4..bec6f12 100644 --- a/openapi-def.yaml +++ b/openapi-def.yaml @@ -346,12 +346,6 @@ paths: $ref: '#/components/responses/BadRequest' 401: $ref: '#/components/responses/Unauthorized' - 403: - description: Forbidden - content: - application/json: - schema: - $ref: '#/components/schemas/ApiError' default: $ref: '#/components/responses/Default' post: