Skip to main content
POST
Sync the selected Notion items now

Headers

X-Memloom-Owner
string<uuid>

The owner this request acts for. Applies to every owner-scoped endpoint, reads as well as writes. Omit it and the daemon's own default owner answers (see GET /health), which is what a single-owner install has always used. A value that is not a uuid is refused with 400 rather than coerced.

Body

application/json
dryRun
boolean

List what would sync; no content fetches, no writes.

force
boolean

Ignore caches and refetch every selected item in full.

wait
boolean

If a sync is already running, queue behind it instead of failing.

Response

NDJSON progress stream ending with a done (or error) event.