Path Parameters
AppID in which the extension has to be enabled/disabled
Body
application/json
Updates the settings of an app.
Response
200 - application/json
Map Settings
object
curl --request POST \
--url https://apimgmt.cometchat.io/apps/{appId}/settings \
--header 'Content-Type: application/json' \
--header 'key: <key>' \
--header 'secret: <secret>' \
--data '{
"settings": {}
}'{
"data": {
"<SETTING_KEY1>": {
"success": true,
"message": "Added setting(s) successfully."
}
}
}Maps settings for an app.
curl --request POST \
--url https://apimgmt.cometchat.io/apps/{appId}/settings \
--header 'Content-Type: application/json' \
--header 'key: <key>' \
--header 'secret: <secret>' \
--data '{
"settings": {}
}'{
"data": {
"<SETTING_KEY1>": {
"success": true,
"message": "Added setting(s) successfully."
}
}
}AppID in which the extension has to be enabled/disabled
Updates the settings of an app.
Show child attributes
Map Settings
Show child attributes
Was this page helpful?