Skip to main content
PATCH
Update a record

Authorizations

Authorization
string
header
required

User session JWT. Send as Authorization: Bearer <token>.

Path Parameters

collection_id
string<uuid>
required

Collection identifier returned at creation.

record_id
string
required

Record identifier (_id).

Body

application/json

Record fields matching the collection schema. Unknown fields are accepted (flexible schema); system fields are ignored.

Response

Update result.

updated_count
integer
matched_count
integer