Skip to main content
POST
/
v1.0
/
subscriptions
/
features
/
assignments
/
update
Update Feature-Assignment details
curl --request POST \
  --url https://api.example.com/v1.0/subscriptions/features/assignments/update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "FeatureId": "<string>",
  "AccountId": "<string>",
  "SubscriberId": "<string>",
  "Active": true,
  "FeatureAssignmentId": "<string>"
}
'

Authorizations

Authorization
string
header
required

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

Body

Update_Feature_Assignment_Request object

FeatureId
string | null
AccountId
string | null
SubscriberId
string | null
Active
boolean
FeatureAssignmentId
string | null

Response

200

Success