Skip to main content

Update a cronjob's app id

PATCH /v2/cronjobs/{cronjobId}/app-id/
v2
PATCH
cronjob-update-cronjob-app-id

Request

  • cronjobIdstring (uuid)
    required

    ID of the Cronjob to update.

Responses

No response content specified.

Usage examples

$ curl \
--fail \
--location \
-X PATCH \
-d '{"appId":"f0f86186-0a5a-45b2-aa33-502777496347"}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/cronjobs/f0f86186-0a5a-45b2-aa33-502777496347/app-id