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

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