Update Conversation

Update conversation

post
/v1/conversation/{conversationId}/update

Authorization

ChatBotKit API Secret * Required

HTTP Authorization Scheme: bearer

Path Parameters

conversationIdstring* Required

Request Body * Required

Request Body Schema: application/json

namestring

The associated name

descriptionstring

The associated description

metaobject

Meta data information

contactIdstring

The contact id assigned to this conversation

botIdstring

The ID of the bot this configuration is using

curl -X POST "https://api.chatbotkit.com/v1/conversation/{conversationId}/update" \

-H "Authorization: Bearer $CHATBOTKIT_API_SECRET" \

-H "Content-Type: application/json" \

--data-binary @- << EOF {
"name":"string",
"description":"string",
"meta":"object",
"contactId":"string",
"botId":"string"
}
EOF
{
"id":"string"
}
The conversation was updated successfully