Zum Hauptinhalt springen

Export a project backup for download

POST /v2/project-backups/{projectBackupId}/export/
v2
POST
backup-create-project-backup-export

Request

  • projectBackupIdstring (uuid)
    required

    ID of the ProjectBackup to export.

Responses

Kein Request-Inhalt spezifiziert.

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{"format":"tar","password":"password"}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/project-backups/f0f86186-0a5a-45b2-aa33-502777496347/export