Create a feature flag
Creates a new feature flag.
POST/v3/feature-flags
JWT
featureFlag:write
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| name* | string | Name of the feature flag. | min: 1, max: 256, pattern: ^[a-zA-Z0-9_-]+$ |
| description* | string | Description for the feature flag. | min: 1, max: 256 |
| productId* | string | Unique identifier for the product. | min: 1, max: 256 |
Request Example
Responses
201
400
401
403
409
429
500