Update a traffic policy profile
Updates a traffic policy profile.
PATCH
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Identifies the traffic policy profile.
Example:
"6a09cdc3-8948-47f0-aa62-74ac943d6c58"
Body
application/json
The type of the traffic policy profile.
Available options:
whitelist, blacklist, throttling Example:
"whitelist"
Array of PCEF service IDs to include in the profile.
Example:
["service_123"]Array of IP ranges in CIDR notation.
Example:
["10.64.0.0/24"]Array of domain names.
Example:
["netflix.com"]Bandwidth limit in kbps. Must be 512 or 1024, or null to remove.
Available options:
512, 1024, null Example:
1024
Response
Successful Response
JavaScript