updateConversation
Update a Conversation object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
PUT
Path Parameters
Conversation id
Response
200
application/json
Returns an updated [Conversation](#schema_conversation) object if a valid identifier was provided. Returns [an error](#errors) otherwise
The Conversation object represents an exchange of messages between one or more users. A Conversation is always linked to an integration's channels. For example, a Slack channel represents a conversation.
Was this page helpful?