Update Support Integration
Update a Support integration
post
/v1/integration/support/{supportIntegrationId}/update
Authorization
ChatBotKit API Secret * Required
HTTP Authorization Scheme: bearer
Path Parameters
supportIntegrationIdstring* Required
The ID of the Support integration
Request Body * Required
Request Body Schema: application/json
namestring
The associated name
descriptionstring
The associated description
metaobject
Meta data information
botIdstring
The ID of the Bot to use
emailstring
The email to use
curl -X POST "https://api.chatbotkit.com/v1/integration/support/{supportIntegrationId}/update" \-H "Authorization: Bearer $CHATBOTKIT_API_SECRET" \
-H "Content-Type: application/json" \
--data-binary @- << EOF {"name":"string","description":"string","meta":"object","botId":"string",} EOF"email":"string"
{"id":"string"}
The Support integration was updated successfully