Update Feature
Update the details of an existing feature. Only the fields you include in the request body are changed; omitted fields retain their current values.
What this does: Returns the updated feature record. Changes apply to all subscriptions currently assigned this feature.
Next steps:
- Confirm the update —
GET /v1.0/subscriptions/features - View assignments —
GET /v1.0/subscriptions/features/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_Feature_Request object
ID of the feature to update (FEID-).
"FEID-00000001-0000-0000-0000-000000000001"
Updated feature name.
"Global Roaming Plus"
Updated category: Data, Voice, SMS, Roaming, or VoIP.
"Roaming"
Updated description.
"Enables data, voice, and SMS while roaming internationally."
Response
Updated feature record
The response is of type object.