Features
Modify a feature flag
Change specific properties of a feature flag.
patch/api/admin/projects/{projectId}/features/{featureName}
Path parameters
projectIdstring required
featureNamestring required
Request body
Example request
[
{
"path": "/type",
"op": "replace",
"from": "/type",
"value": "kill-switch"
}
]Response
featureSchema