chore: Add Swagger Doc for Team Members (#4390)
Add swagger documentation for Team Members APIs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
get:
|
||||
tags:
|
||||
- Contact
|
||||
- Contacts
|
||||
operationId: contactConversations
|
||||
summary: Contact Conversations
|
||||
description: Get conversations associated to that contact
|
||||
|
||||
@@ -8,7 +8,7 @@ parameters:
|
||||
|
||||
get:
|
||||
tags:
|
||||
- Contact
|
||||
- Contacts
|
||||
operationId: contactDetails
|
||||
summary: Show Contact
|
||||
description: Get a contact belonging to the account using ID
|
||||
@@ -24,7 +24,7 @@ get:
|
||||
|
||||
put:
|
||||
tags:
|
||||
- Contact
|
||||
- Contacts
|
||||
operationId: contactUpdate
|
||||
summary: Update Contact
|
||||
description: Update a contact belonging to the account using ID
|
||||
@@ -46,7 +46,7 @@ put:
|
||||
|
||||
delete:
|
||||
tags:
|
||||
- Contact
|
||||
- Contacts
|
||||
operationId: contactDelete
|
||||
summary: Delete Contact
|
||||
responses:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
tags:
|
||||
- Contact
|
||||
- Contacts
|
||||
operationId: contactFilter
|
||||
description: Filter contacts with custom filter options and pagination
|
||||
summary: Contact Filter
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
get:
|
||||
tags:
|
||||
- Contact
|
||||
- Contacts
|
||||
operationId: contactList
|
||||
description: Listing all the resolved contacts with pagination (Page size = 15) . Resolved contacts are the ones with a value for identifier, email or phone number
|
||||
summary: List Contacts
|
||||
@@ -20,7 +20,7 @@ get:
|
||||
|
||||
post:
|
||||
tags:
|
||||
- Contact
|
||||
- Contacts
|
||||
operationId: contactCreate
|
||||
description: Create a new Contact
|
||||
summary: Create Contact
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
get:
|
||||
tags:
|
||||
- Contact
|
||||
- Contacts
|
||||
operationId: contactSearch
|
||||
description: Search the resolved contacts using a search key, currently supports email search (Page size = 15). Resolved contacts are the ones with a value for identifier, email or phone number
|
||||
summary: Search Contacts
|
||||
|
||||
Reference in New Issue
Block a user