Duplicate an existing project
POST/project-management/api/v1/projects/:id/duplicate
Creates a copy of an existing project including its phases, work items, and milestones. Customer-specific data (customer, owners, team members, dates) is not copied. The duplicated project name will be prefixed with 'Copy-'. Request body is optional; omit or send {} to use default project name and no customer override.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 503
Created
Bad Request
Unauthorized
Forbidden
Not Found
Service Unavailable