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 toggle in both projects. Features that are included in any active change requests can not be moved.

Request

Path Parameters

  • projectId string required
  • featureName string required

Body

required

changeProjectSchema

  • newProjectId string required

    The project to move the feature toggle to.

Responses

This response has no body.

Loading...