Update 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}
JWT
entitlementSet:write
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path | Unique identifier for the entitlement set. |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| displayName | string | min: 1, max: 256 | |
| description | string | min: 0, max: 256 | |
| productIds | array | items: string | |
| tier | integer | format: int32 |
Request Example
Responses
200
400
401
403
404
429
500