curl --request PUT \
--url https://apimgmt.cometchat.io/apps/{appId}/extensions/widget/v2/settings \
--header 'Content-Type: application/json' \
--header 'key: <key>' \
--header 'secret: <secret>' \
--data '{}'{
"data": {
"statusCode": 200,
"success": true,
"responseTime": 1.8547508716583252,
"body": {
"data": {
"success": true
}
}
}
}Chat Widgets Update an existing Chat Widget.
curl --request PUT \
--url https://apimgmt.cometchat.io/apps/{appId}/extensions/widget/v2/settings \
--header 'Content-Type: application/json' \
--header 'key: <key>' \
--header 'secret: <secret>' \
--data '{}'{
"data": {
"statusCode": 200,
"success": true,
"responseTime": 1.8547508716583252,
"body": {
"data": {
"success": true
}
}
}
}AppID in which the extension has to be enabled/disabled
Show child attributes
Create Chat Widget
Show child attributes
Was this page helpful?