Create a feature
Creates a new feature.
POST/v3/features
JWT
feature:write
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| name* | string | min: 1, max: 256 | |
| displayName* | string | min: 1, max: 256 | |
| description | string | min: 0, max: 256 |
Request Example
Responses
201
400
401
403
409
429
500