Skip to content
Get started

Update schedule

PATCH/api/v1/schedules/{scheduleId}

Increments the Replicache space version via repVersionIncrement after writing.

Path ParametersExpand Collapse
scheduleId: string
Query ParametersExpand Collapse
spaceId: optional string

Optional space id; when omitted, the user’s default space is used.

Update schedule

curl https://$FLUIDWAVE_HOST/api/v1/schedules/$SCHEDULE_ID \
    -X PATCH
Returns Examples