Features
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.
put/api/admin/projects/{projectId}/features/{featureName}
Path parameters
projectIdstring required
featureNamestring required
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