Duplicate a project snapshot
POST/project-snapshots/:projectSnapshotKey/duplication
Creates a new project in the target workspace from this project snapshot. The new project takes the current name of the snapshot's project, with a copy suffix appended if a project of that name already exists in the target workspace. If appending the suffix would exceed the maximum project name length, the base name is truncated first. The duplicate is created with one project snapshot of its own, carrying the source snapshot's name and description. The source project snapshot is left unchanged.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The project snapshot was duplicated successfully.
The provided data is not valid.
The request lacks valid authentication credentials.
Response Headers
Forbidden. The request is not allowed.
The requested resource was not found.
An internal error occurred while processing the request.