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] |