Skip to main content
PATCH
Update a schedule
Partial update: only the fields you provide change. Changing timing recomputes the next fire from now. Returns the updated schedule object.

Path parameters

string
required
The schedule’s id (UUID).

Request body

string
New display name. May not be null.
string | null
New description. Pass null to clear it.
object
New cron timing (same shape and constraints as Create). May not be null. The next fire is recomputed from now.
object
New session template (same shape and restrictions as Create). May not be null.

Examples


Errors