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

schedule_id
string
required
The schedule’s id (UUID).

Request body

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

Examples


Errors