From 90c600acd94cfe2f5c41d5cedebdec9534cba2d7 Mon Sep 17 00:00:00 2001 From: Tanmay Deep Sharma Date: Tue, 20 May 2025 15:35:41 +0700 Subject: [PATCH] add tags to swagger --- swagger/index.yml | 25 +++++++++++++++++++++++++ swagger/swagger.json | 26 ++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/swagger/index.yml b/swagger/index.yml index f0a97f0a6..bf32e272e 100644 --- a/swagger/index.yml +++ b/swagger/index.yml @@ -34,6 +34,31 @@ components: in: header name: api_access_token description: This token can be obtained by the system admin after creating a platformApp. This token should be used to provision agent bots, accounts, users and their roles. +tags: + - Accounts + - Account Users + - AgentBots + - Users + - Account AgentBots + - Agents + - Canned Responses + - Contacts + - Conversations + - Custom Attributes + - Custom Filters + - Inboxes + - Integrations + - Messages + - Profile + - Reports + - Teams + - Webhooks + - Automation Rule + - Help Center + - Contacts API + - Conversations API + - Messages API + - CSAT Survey Page x-tagGroups: - name: Platform diff --git a/swagger/swagger.json b/swagger/swagger.json index beb7d5ebc..aa3ff926e 100644 --- a/swagger/swagger.json +++ b/swagger/swagger.json @@ -11922,6 +11922,32 @@ } } }, + "tags": [ + "Accounts", + "Account Users", + "AgentBots", + "Users", + "Account AgentBots", + "Agents", + "Canned Responses", + "Contacts", + "Conversations", + "Custom Attributes", + "Custom Filters", + "Inboxes", + "Integrations", + "Messages", + "Profile", + "Reports", + "Teams", + "Webhooks", + "Automation Rule", + "Help Center", + "Contacts API", + "Conversations API", + "Messages API", + "CSAT Survey Page" + ], "x-tagGroups": [ { "name": "Platform",