Synopsis
Parameters
| Parameter |
Type |
Description |
| token |
string |
Credentials, see RemoteApi.login |
| name |
string |
The name of the project to be cloned. |
| cloneName |
string |
The name of the clone (i.e. the new project). |
| cloneDescription |
string |
The description for the clone (i.e. the new project). |
Returns
A struct containing the details of the cloned project.
Throws
Throws an exception if the specified project does not exist, or a project with the name of the clone already exists.
Description
Clone an existing project. The new project will have identical configuration to the cloned project, with the exception of the name and description that are provided to this function.
Access
Accessible to administrators only.