Update a feature flag
Updates the specified feature flag by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
PATCH/v3/feature-flags/{id}
JWT
featureFlag:write
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path | Unique identifier for the feature flag. |
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 |
Request Example
Responses
200
400
401
403
404
429
500