Update records
Updates existing records in a workbook sheet
Path parameters
sheetId
ID of sheet
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-Disable-Hooks
Request
This endpoint expects a list of objects.
id
Record ID
values
A single row of data in a Sheet
commitId
Commit ID
config
Configuration of a record or specific fields in the record
metadata
valid
Auto-generated value based on whether the record contains a field with an error message. Cannot be set via the API.
messagesDeprecated
This record level messages
property is deprecated and no longer stored or used. Use the messages
property on the individual cell values instead. This property will be removed in a future release.
versionIdDeprecated
Deprecated, use commitId
instead.
Response
This endpoint returns an object.
data