From 8e99cddc0efc4e205f7bf0bff8405a200e94faa0 Mon Sep 17 00:00:00 2001 From: Arash Date: Wed, 22 Nov 2023 04:27:05 +0100 Subject: [PATCH] Update GroupResponse to GroupListResponse in API schema --- client/src/api/schema/schema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/api/schema/schema.ts b/client/src/api/schema/schema.ts index 0a6eb2a5e488..cdd8636a955f 100644 --- a/client/src/api/schema/schema.ts +++ b/client/src/api/schema/schema.ts @@ -11639,7 +11639,7 @@ export interface operations { /** @description Successful Response */ 200: { content: { - "application/json": components["schemas"]["GroupResponse"]; + "application/json": components["schemas"]["GroupListResponse"]; }; }; /** @description Validation Error */