PATCH /api/table/{tableId}/record/{recordId}
fields
object contains field names and their corresponding new values. Each field type has a different value structure, see Record Field Value Types for details.To clear a field’s value, explicitly pass null
. If a field name is not included, no update will be performed for that field.
"name"
or "id"
or "dbFieldName"
true
For uploading new files to attachment fields, please refer to the Upload Attachment section.
Example Response Body