Call Blocking Rules
Update blocking rule
Update the call blocking rule by the specified ID.
put/callBlockingRules/{id}
Path parameters
idstring required
Example:01KG5BN8Z0HSR2P9GM3K9YA8RE
The ID of the call blocking rule to update.
Request body
Example request
{
"name": "My Call Block Rule",
"direction": "INBOUND",
"callerCountry": "US",
"calleeCountry": "CA",
"callerMatch": "123",
"calleeMatch": "456",
"id": "01KG5BN8Z0HSR2P9GM3K9YA8RE"
}Response
OK
Example response
{
"name": "My Call Block Rule",
"direction": "INBOUND",
"callerCountry": "US",
"calleeCountry": "CA",
"callerMatch": "123",
"calleeMatch": "456",
"id": "01KG5BN8Z0HSR2P9GM3K9YA8RE"
}