Add a new feature flag
Create a new feature flag in a specified project.
Path parameters
Request body
Example request
{
"name": "disable-comments",
"type": "release",
"description": "Controls disabling of the comments section in case of an incident",
"tags": [
{
"value": "a-tag-value",
"type": "simple",
"color": "#FFFFFF"
}
]
}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
- ●