Skip to main content
POST
/
v1.0
/
subscriptions
/
thresholds
/
assignments
/
update
Update Threshold-Assignment details
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>"
}
'

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.

Body

Update_Threshold_Assignment_Request object

ThresholdId
string | null
AccountId
string | null
SubscriberId
string | null
Active
boolean
ThresholdAssignmentId
string | null

Response

200

Success