Update antispam setting
Examples
curl -X PATCH "https://api.bird.com/workspaces/a1405560-c8d3-4b1a-877d-3f449ad95352/conversations-antispam-settings" \
-H "Content-Type: application/json" \
-H "Authorization: AccessKey abcd" \
-d '{
"enabled": true
}'
Last updated
Was this helpful?