Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Update Cron Job mutation.
updateCronJob
updateCronJob(input: UpdateCronJobInput!): CronJob!
mutation UpdateCronJob($input: UpdateCronJobInput!) { updateCronJob(input: $input) { id name status createdAt updatedAt backoffLimit } }
{ "input": { "id": "", "projectId": "" } }