Features
Clone a feature flag
Creates a copy of the specified feature flag. The copy can be created in any project.
post/api/admin/projects/{projectId}/features/{featureName}/clone
Path parameters
projectIdstring required
featureNamestring required
Request body
Example request
{
"name": "new-feature",
"replaceGroupId": true
}Response
featureSchema