Duplicate Project - Implan-Group/api GitHub Wiki

Duplicate Project


🖽 The Duplicated Project Object

Property Type Details
guid guid The duplicated Project's Id.
projectName str The name of the duplicated Project, which will be the same as the original Project.

POST /api/v1/impact/project/{projectId}/duplicate

This endpoint duplicates an existing Project.

Parameter Spec Type Details
projectId route guid The Project's Id.

🧾Example

📤 Request

POST /api/v1/impact/project/496256c2-a089-4d42-a1a1-cafee3a43216/duplicate

📥 Response

{
    "guid": "deadbeef-cafe-0000-0000-000000000000",
    "projectName": "New Title",
}
⚠️ **GitHub.com Fallback** ⚠️