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

Authorizations

Authorization
string
header
required

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

Body

Update_Feature_Request object

AccountId
string | null
DistributorId
string | null
AggregatorId
string | null
Active
boolean
FeatureId
string | null

Response

200

Success