Conversation Item API
Multiple bodies with results:
provider_id:provider_id, customer_id:At least one of the following conditions must be met:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Upsert item with the given ids: [ id ]
JSON PUT body:
{
"chat_app"?: integer
"customer_id"?: integer
"data"?: object
"labels": integer[]
"provider_id"?: integer
"title"?: string
"user_id": integer
}Request payload
The body is of type object.
Successful response
The response is of type object.