Skip to main content
POST
Bulk update records

Authorizations

X-API-KEY
string
header
required

Your deployment's API key (MMK_API_KEY).

X-Notion-Token
string
header
required

Your Notion integration token / internal token. Supplied by the caller (not stored server-side).

Body

application/json
records
object[]
required

Each record must include page_id plus the properties to change.

config
object

Optional concurrency/retry config.

Response

Per-record update results

success
boolean
total
integer
successful
integer
failed
integer
results
object[]
failed_data
object[]
error_message
string