Update Threshold
Update the configuration of an existing threshold. Only the fields you include in the request body are changed; omitted fields retain their current values.
What this does: Returns the updated threshold record. Changes take effect on all subscriptions already assigned this threshold.
Next steps:
- Confirm the update —
GET /v1.0/subscriptions/thresholds - View assignments —
GET /v1.0/subscriptions/thresholds/assignments
Documentation Index
Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
Update_Threshold_Request object
ID of the threshold to update (THID-).
"THID-a1b2c3d4-0000-0000-0000-000000000001"
Updated threshold name.
"90% Data Alert"
Updated resource type: Data, SMS, or Voice.
"Data"
Updated trigger amount.
90
Updated unit: MB, GB, or Count.
"MB"
Updated action: Alert, Pause, or Restrict.
"Pause"
Response
Updated threshold record
The response is of type object.