Skip to content
Get started

Create list

POST/api/v1/lists

Increments the Replicache space version via repVersionIncrement after writing.

Query ParametersExpand Collapse
spaceId: optional string

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

Body ParametersJSONExpand Collapse
listId: optional string
name: optional string
spaceId: optional string

Create list

curl https://$FLUIDWAVE_HOST/api/v1/lists \
    -H 'Content-Type: application/json' \
    -d '{}'
Returns Examples