v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
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

newProjectIdstring required

The project to move the feature flag to.

Example request

{
  "newProjectId": "newProject"
}

Response

This response has no body.