add tags to swagger

This commit is contained in:
Tanmay Deep Sharma
2025-05-20 15:35:41 +07:00
parent 2187a3e566
commit 90c600acd9
2 changed files with 51 additions and 0 deletions
+25
View File
@@ -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
+26
View File
@@ -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",