Update a feature entitlement for a license
Update a feature entitlement for a license.
PATCH/v3/licenses/{id}/feature-entitlements/{featureEntitlementId}
JWT
license:write
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path | |
| featureEntitlementId* | string | path |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| value | string | min: 0, max: 256 | |
| expiresAt | string | Updates the expiration date of the feature entitlement. | min: 0, max: 256 |
Request Example
Responses
200
400
401
403
404
429
500