chore: Create conversation API should accept assignee & team (#3166)

This commit is contained in:
Aswin Dev P.S
2021-10-11 15:17:30 +05:30
committed by GitHub
parent 68e697c379
commit a35269d275
4 changed files with 31 additions and 1 deletions

View File

@@ -73,6 +73,12 @@ post:
type: string
enum: ['open', 'resolved', 'pending']
description: Specify the conversation whether it's pending, open, closed
assignee_id:
type: string
description: Agent Id for assigning a conversation to an agent
team_id:
type: string
description: Team Id for assigning a conversation to a team
responses:
200: