diff --git a/src/controller/groupController.ts b/src/controller/groupController.ts index dbfab26819..a4402c401f 100644 --- a/src/controller/groupController.ts +++ b/src/controller/groupController.ts @@ -24,6 +24,8 @@ import { export async function getAllGroups(req: Request, res: Response) { /** #swagger.tags = ["Group"] + #swagger.deprecated = true + #swagger.summary = 'Deprecated in favor of 'list-chats' #swagger.autoBody=false #swagger.security = [{ "bearerAuth": []