Features
Move feature to project
Enterprise feature
Moves the specified feature to the new project in the request schema. Requires you to have permissions to move the feature flag in both projects. Features that are included in any active change requests can not be moved.
post/api/admin/projects/{projectId}/features/{featureName}/changeProject
Path parameters
projectIdstring required
featureNamestring required
Request body
Example request
{
"newProjectId": "newProject"
}Response
This response has no body.