Skip to main content

Change the description of a project backup

PATCH /v2/project-backups/{projectBackupId}/description/
v2
PATCH
backup-update-project-backup-description

Request

  • projectBackupIdstring (uuid)
    required

    ID of the ProjectBackup to change the description of.

Responses

No response content specified.

Usage examples

$ curl \
--fail \
--location \
-X PATCH \
-d '{"description":"I'm a ProjectBackup"}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/project-backups/f0f86186-0a5a-45b2-aa33-502777496347/description