Skip to content
Get started

Update context

PATCH/api/v1/contexts/{contextId}

Increments the Replicache space version via repVersionIncrement after writing.

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

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

Update context

curl https://$FLUIDWAVE_HOST/api/v1/contexts/$CONTEXT_ID \
    -X PATCH
Returns Examples