chore: Create conversation API should accept assignee & team (#3166)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -1796,6 +1796,14 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user