Update a feature entitlement belonging to an entitlement set
Updates the specified entitlement set by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
PATCH/v3/entitlement-sets/{id}/feature-entitlements/{entitlementId}
JWT
entitlementSet:write
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path | Unique identifier for the entitlement set. |
| entitlementId* | string | path |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| value | string | min: 0, max: 256 |
Request Example
Responses
200
400
401
403
404
429
500