Skip to main content

updateSchedule

Update a schedule from a group, including to deactivate it or set it as default.

Input

scheduleUpdateInput

Return Type

ID

Example

mutation UpdateSchedule {
updateSchedule(input: {
scheduleId: "c2NoMTIzNDU2"
name: "Bi-weekly Reminders"
default: true
})
}

Deactivate a schedule

mutation DeactivateSchedule {
updateSchedule(input: {
scheduleId: "c2NoMTIzNDU2"
active: false
})
}

Export This Article

Save a copy of this page as PDF or plain text.