Skip to main content

Clone a feature flag

POST 

<your-unleash-url>/api/admin/projects/:projectId/features/:featureName/clone

Creates a copy of the specified feature flag. The copy can be created in any project.

Request

Responses

featureSchema

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
— pathrequired
Body required
{
  "name": "new-feature",
  "replaceGroupId": true
}
ResponseClear

Click the Send API Request button above and see the response here!