Update Conversation

POST

Updates the requested conversation.

Request

This endpoint expects an object.
applies_to_partsobjectRequired
custom_schema_specobjectRequired

Requested custom schemas described abstractly. Every provided schema’s custom field must be specified, otherwise a bad request error is returned. If a new custom schema specifier is provided, then it will be added to the work, otherwise if a custom schema is omitted from the specifier, it remains unmodified.

idstringRequired

The ID of the conversation to update.

membersobjectRequired
metadataobjectRequired
owned_byobjectRequired
stageobjectRequired

Updates an object’s stage.

tagsobjectRequired
user_sessionsobjectRequired
custom_fieldsobjectOptional

Application-defined custom fields.

descriptionstringOptional

The updated description for the conversation.

groupstringOptional

The group that the conversation is associated with.

is_frozenbooleanOptional

Whether the conversation is frozen.

is_spambooleanOptional

Whether the conversation is spam.

statusstringOptional

The updated status of the conversation.

titlestringOptional

The updated title of the conversation.

Response

The response for updating a conversation.

conversationobject
Built with