Skip to content

Updates the configuration of a feature on the entitlement.

PUT
/api/v1/provision/admin/entitlements/{entitlementId}/features/{featureId}
curl --request PUT \
--url https://example.com/api/v1/provision/admin/entitlements/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/features/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Content-Type: application/json' \
--data '{ "featureCode": "example", "value": "example", "isAvailableDuringTrialPeriod": true, "isEnabled": true, "featureExpiration": "2026-04-15T12:00:00Z" }'
entitlementId
required
string format: uuid

Target entitlement.

featureId
required
string format: uuid

Target feature.

Updated feature payload.

object
featureCode
string
value
null | string
isAvailableDuringTrialPeriod
boolean
isEnabled
boolean
featureExpiration
null | string format: date-time
Example generated
{
"featureCode": "example",
"value": "example",
"isAvailableDuringTrialPeriod": true,
"isEnabled": true,
"featureExpiration": "2026-04-15T12:00:00Z"
}

OK

Bad Request

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string

Not Found

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string