Update a product version
Updates the specified product version by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
PATCH/v3/product-versions/{id}
JWT
productVersion:write
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path | Unique identifier for the product version. |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| name | string | Name of the product version. | min: 1, max: 256 |
| displayName | string | Display name of the product version, shown in the customer portal. | min: 1, max: 256 |
| description | string | Description for the product version. | min: 1, max: 256 |
| featureFlags | array | List of feature flags. | items: object |
| name* | string | Name of the feature. | min: 1, max: 256 |
| enabled* | boolean | Whether the feature is enabled. | |
| data | string | Optional data associated with the feature flag. | min: 0, max: 4096 |
Request Example
Responses
200
400
401
403
404
429
500