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.

idstringRequiredformat: "id"

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.

descriptionstringOptionalformat: "text"

The updated description for the conversation.

groupstringOptionalformat: "id"

The group that the conversation is associated with.

is_frozenbooleanOptional

Whether the conversation is frozen.

is_spambooleanOptional

Whether the conversation is spam.

statusstringOptionalformat: "text"

The updated status of the conversation.

titlestringOptionalformat: "text"

The updated title of the conversation.

Response

The response for updating a conversation.

conversationobject
Built with