add tags to swagger
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user