v1

latestOpenAPI 3.0.02026-07-1321826.5 KB
Records

Update Record

Partially update a specific record by its ID. Only the fields provided in the request body will be changed.

patch/databases/{databaseId}/tables/{tableId}/records/{recordId}

Query parameters

fieldNamesboolean

If true, use field names as keys in the response fields object instead of field IDs.

Request body

fieldsobject

A map of Field IDs to their new values.

Response

The updated record.