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,5 +1,5 @@
tags:
- Conversation
- Conversations
operationId: conversationFilter
description: Filter conversations with custom filter options and pagination
summary: Conversations Filter

View File

@@ -3,7 +3,7 @@ parameters:
get:
tags:
- Conversation
- Conversations
operationId: conversationList
description: List all the conversations with pagination
summary: Conversations List
@@ -43,7 +43,7 @@ get:
post:
tags:
- Conversation
- Conversations
operationId: newConversation
summary: Create New Conversation
description: "Creating a conversation in chatwoot requires a source id. \n\n Learn more about source_id: https://github.com/chatwoot/chatwoot/wiki/Building-on-Top-of-Chatwoot:-Importing-Existing-Contacts-and-Creating-Conversations"

View File

@@ -1,5 +1,5 @@
tags:
- Conversation
- Conversations
operationId: get-details-of-a-conversation
summary: Conversation Details
description: Get all details regarding a conversation with all messages in the conversation

View File

@@ -1,5 +1,5 @@
tags:
- Conversation
- Conversations
operationId: toggle-status-of-a-conversation
summary: Toggle Status
description: Toggles the status of the conversation between open and resolved

View File

@@ -1,6 +1,6 @@
post:
tags:
- Conversation
- Conversations
operationId: conversationUpdateLastSeen
summary: Update Last Seen
description: Updates the last seen of the conversation so that conversations will have the bubbles in the agents screen