updateConversation
Update a Conversation object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
PUT
/v1/chat/conversations/{id}Authorization
AuthorizationBearerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Header parameters
x-bot-idstringrequiredBot id
x-integration-idstringIntegration id
x-integration-aliasstringIntegration alias
Path parameters
idstringrequiredConversation id
Request body
Conversation data
currentTaskIdstringdeprecatedUnused. This parameter will be ignored if provided and should not be used when updating a conversation.
tagsobjectTags for the Conversation
Response
Returns an updated Conversation object if a valid identifier was provided. Returns an error otherwise
conversationobjectrequiredThe 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.