Skip to main content

Restore a project backup's path

POST/project-backups/{projectBackupId}/restore-path/
v2
POST
backup-request-project-backup-restore-path

Request

  • projectBackupIdstring
    required

    ID of the ProjectBackup to restore the path.

Responses

No response content specified.

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{"clearTargetPath":true,"sourcePath":"/html/mainApp/config/","targetPath":"/html/mainApp"}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/project-backups/string/restore-path