Create a bulk update request to change voice dialing country permissions of one
TODO: Resource-level docs
Create a bulk update request to change voice dialing country permissions of one or more countries identified by the corresponding ISO country code
Body
-
URL encoded JSON array of update objects. example :
[ { "iso_code": "GB", "low_risk_numbers_enabled": "true", "high_risk_special_numbers_enabled":"true", "high_risk_tollfraud_numbers_enabled": "false" } ]
POST /v1/DialingPermissions/BulkCountryUpdates
curl \
-X POST https://voice.twilio.com/v1/DialingPermissions/BulkCountryUpdates \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'UpdateRequest=string'
Request example
{
"UpdateRequest": "string"
}
Request examples
{
"UpdateRequest": "string"
}
Response examples (201)
{
"update_count": 42,
"update_request": "string"
}
Response examples (201)
{
"update_count": 42,
"update_request": "string"
}