Skip to main content

Move feature to project

POST 

/api/admin/projects/:projectId/features/:featureName/changeProject

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.

Request

Path Parameters

    projectId stringrequired
    featureName stringrequired

Body

required

changeProjectSchema

    newProjectId stringrequired

    The project to move the feature flag to.

    Example: newProject

Responses

This response has no body.

Loading...