Update a feature flag
Updates the specified feature if the feature belongs to the specified project. Only the provided properties are updated; any feature properties left out of the request body are left untouched.
Path parameters
Request body
Example request
{
"description": "Controls disabling of the comments section in case of an incident",
"type": "kill-switch",
"stale": true,
"archived": true
}Response
featureSchema
Changes
Changed in 2 of the 7 revisions of this API.96
- ●
added the new
SEMVER_GTEenum value to the//////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
SEMVER_GTEenum value to the//////response property for the response statusresponse-property-enum-value-added
- ●
added the new
SEMVER_LTEenum value to the//////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
SEMVER_LTEenum value to the//////response property for the response statusresponse-property-enum-value-added
- ●
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ●
added the new
REGEXenum value to the//////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
REGEXenum value to the//////response property for the response statusresponse-property-enum-value-added
- ○
added the new
sunsetenum value to the request propertyrequest-property-enum-value-added
- ○
added the optional property
////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
///////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
response property
environments/items/releasePlans/items/milestones/items/strategies/items/strategyNamedeprecated (stability: stable)response-property-deprecated
- ○
added the required property
////////to the response with the statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●