Create a new feature entitlement for a license
Create a new feature entitlement for a license.
POST/v3/licenses/{id}/feature-entitlements
JWT
license:write
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| value | string | min: 0, max: 256 | |
| featureId* | string | min: 1, max: 256 | |
| expiresAt | string | format: date-time |
Request Example
Responses
200
400
401
403
404
409
429
500