Download project backup
Creates a backup of a project and saves it to the specified location.
Path Parameters
- project-idstringrequired
The ID of the project to download.
Body
application/json
outputFileName
string The full name of the output file. Should be a full file name starting with Storage/.
Example
Storage/backups/deep-space-backup.zipResponses
POST/projects/{project-id}/download
{
"taskKey": "f8de60eb4ad8757c5a2b533afae6251aa"
}