latestOpenAPI 3.0.12026-08-082942150.5 KB
14cab8ac3bca
Project Management
Clone Project
Cloning a project creates a copy of the setup configuration and other elements. A new project with the same configuration, properties and jobs as the source project is created.
Permission Required: Create Project
post/v2.0/public/projects/{sourceProjectId}/clone
Path parameters
sourceProjectIdstring uuid required
Example:00000000-0000-0000-0000-000000000000
Source Project ID. The project is copied from this ID.
Request body
Example request
{
"targetProjectId": "00000000-0000-0000-0000-000000000000"
}Response
Accepted. Project will be cloned asynchronously.
Example response
{
"targetProjectId": "00000000-0000-0000-0000-000000000000"
}