Update a record
Records
Update a record
Updates the record’s fields. System fields (_id, created_at,
ownership metadata) are protected and stripped from the payload.
PATCH
Update a record
Authorizations
User session JWT. Send as Authorization: Bearer <token>.
Path Parameters
Collection identifier returned at creation.
Record identifier (_id).
Body
application/json
Record fields matching the collection schema. Unknown fields are accepted (flexible schema); system fields are ignored.