Duplicate Project - Implan-Group/api GitHub Wiki
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. |
This endpoint duplicates an existing Project.
Parameter | Spec | Type | Details |
---|---|---|---|
projectId | route | guid | The Project's Id. |
POST /api/v1/impact/project/496256c2-a089-4d42-a1a1-cafee3a43216/duplicate
{ "guid": "deadbeef-cafe-0000-0000-000000000000", "projectName": "New Title", }