Create a product version
Creates a new product version.
POST/v3/product-versions
JWT
productVersion:write
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 |
| productId* | string | Unique identifier for the product. | 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
201
400
401
403
409
429
500