Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 875 Bytes

upsert_database_row.md

File metadata and controls

11 lines (8 loc) · 875 Bytes

upsert_database_row

Properties

Name Type Description Notes
pre_hash String A string value that that will be used to calculate the hash of the row, which will become the row's unique identifier. [optional] [default to null]
cells Object The cells of the database row. { "key": value, ... } key: field_id or field_name value: depends on the field type (Server will attempt to convert the value to the field type) [optional] [default to null]
document String The document content of the database row, in Markdown format. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]