Skip to main content
PATCH
Update a record

Authorizations

Authorization
string
header
required

Bearer token authentication using your API key

Path Parameters

org_id
string
required

Org ID

record_id
string
required

Record ID

Body

values
object

Map of field key → value. Multi-value fields accept arrays; pass null or [] to clear.

icon

The emoji of a curated icon a user can pick for a table, view, field, or other entity

archived
boolean

Response

200 - application/json
id
string
required
table_id
string
required
icon
required

The picked icon. Null falls back to the table icon.

archived
boolean
required

Whether the record is archived.

position
string | null
required

The position of the record in the view.

updated_at
string<date-time> | null
required

Last modification time. Total-orders concurrent updates so caches can keep the newest copy.

values
object[]
required

The values of the record.