Zum Hauptinhalt springen

Update a project backup schedule

PATCH /v2/project-backup-schedules/{projectBackupScheduleId}/
v2
PATCH
backup-update-project-backup-schedule

Request

  • projectBackupScheduleIdstring (uuid)
    required

    ID of the ProjectBackupSchedule to be updated.

Responses

Kein Request-Inhalt spezifiziert.

Usage examples

$ curl \
--fail \
--location \
-X PATCH \
-d '{"description":"I'm a ProjectBackupSchedule","schedule":"5 4 * * *","ttl":"7d"}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/project-backup-schedules/f0f86186-0a5a-45b2-aa33-502777496347