Conversation Item API
At least one of the following conditions must be met:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Update item with the given ids: [ id ]
JSON PATCH body:
{
"chat_app"?: null | integer
"data"?: null | object
"labels"?: integer[]
"title"?: null | string
"user_id"?: integer
}Set a field to null to unset it, leave it absent in the patch to retain the existing value.
Request payload
The body is of type object.
Successful response
The response is of type object.