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 */