Skip to content
Get started

Create schedule

client.v1.schedules.create(ScheduleCreateParams { spaceId } params?, RequestOptionsoptions?): void
POST/api/v1/schedules

Increments the Replicache space version via repVersionIncrement after writing.

ParametersExpand Collapse
params: ScheduleCreateParams { spaceId }
spaceId?: string

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

Create schedule

import Fluidwave from 'fluidwave';

const client = new Fluidwave();

await client.v1.schedules.create();
Returns Examples