ConversationsV2Conversation
Partially Update a Conversation
Partially update the details of an existing Conversation.
patch/v2/Conversations/{Sid}
Request body
Example request
{
"name": "Support Chat"
}Response
OK
Example response
{
"id": "conv_conversation_01k1etk2y5f1y9fpe2epfdtvv2",
"accountId": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"configurationId": "conv_configuration_01k1etk2y5f1y9fpe2epfdtvv2",
"status": "ACTIVE",
"name": "Customer Support - Multi-channel",
"createdAt": "2023-07-01T12:00:00Z",
"updatedAt": "2023-07-01T12:30:00Z"
}