curl --request POST \
--url https://apimgmt.cometchat.io/apps/{appId}/extensions/xss-filter/v1/settings \
--header 'Content-Type: application/json' \
--header 'key: <key>' \
--header 'secret: <secret>' \
--data '{}'{
"data": {
"statusCode": 200,
"success": true,
"responseTime": 3.061743974685669,
"body": {
"data": {
"settings": {
"dropMessage": false
}
}
}
}
}XSS Filter : Store new settings for XSS Filter extension
curl --request POST \
--url https://apimgmt.cometchat.io/apps/{appId}/extensions/xss-filter/v1/settings \
--header 'Content-Type: application/json' \
--header 'key: <key>' \
--header 'secret: <secret>' \
--data '{}'{
"data": {
"statusCode": 200,
"success": true,
"responseTime": 3.061743974685669,
"body": {
"data": {
"settings": {
"dropMessage": false
}
}
}
}
}For the complete error reference, see Error Guide.Documentation Index
Fetch the complete documentation index at: https://cometchat-22654f5b-docs-android-v6-beta2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
AppID in which the extension has to be enabled/disabled
Show child attributes
Store XSS Filter Settings
Show child attributes
Was this page helpful?