curl --request POST \
--url https://api.example.com/v1.0/subscriptions/thresholds/assignments/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ThresholdId": "<string>",
"AccountId": "<string>",
"SubscriberId": "<string>",
"Active": true,
"ThresholdAssignmentId": "<string>"
}
'curl --request POST \
--url https://api.example.com/v1.0/subscriptions/thresholds/assignments/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ThresholdId": "<string>",
"AccountId": "<string>",
"SubscriberId": "<string>",
"Active": true,
"ThresholdAssignmentId": "<string>"
}
'JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.
Update_Threshold_Assignment_Request object
Success