From ac695a4b162e0c205503277e76b7b524bffbf17f Mon Sep 17 00:00:00 2001 From: DSeeLP <46624152+DSeeLP@users.noreply.github.com> Date: Mon, 24 Mar 2025 17:15:23 +0100 Subject: [PATCH] fix wrong body schema for list chats endpoint --- openapi-def.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi-def.yaml b/openapi-def.yaml index 76029c1..0614179 100644 --- a/openapi-def.yaml +++ b/openapi-def.yaml @@ -377,7 +377,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/PaginatedChatInfos' + $ref: '#/components/schemas/PaginatedChats' 400: $ref: '#/components/responses/BadRequest' 401: