chore: Add Swagger Doc for Team Members (#4390)

Add swagger documentation for Team Members APIs
This commit is contained in:
Sojan Jose
2022-04-05 16:05:49 +05:30
committed by GitHub
parent 2595e774e5
commit 7a8aa4ca2e
41 changed files with 440 additions and 94 deletions

View File

@@ -1,6 +1,6 @@
get:
tags:
- Contact
- Contacts
operationId: contactConversations
summary: Contact Conversations
description: Get conversations associated to that contact

View File

@@ -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:

View File

@@ -1,5 +1,5 @@
tags:
- Contact
- Contacts
operationId: contactFilter
description: Filter contacts with custom filter options and pagination
summary: Contact Filter

View File

@@ -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

View File

@@ -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