Update records

PUT

Updates existing records in a workbook sheet

Path parameters

sheetIdstringRequired

ID of sheet

Headers

X-Disable-Hooks"true"Required

Request

This endpoint expects a list of objects.
idstringRequired

Record ID

valuesmap from strings to objectsRequired

A single row of data in a Sheet

commitIdstringOptional

Commit ID

configobjectOptional

Configuration of a record or specific fields in the record

metadatamap from strings to anyOptional
validbooleanOptional

Auto-generated value based on whether the record contains a field with an error message. Cannot be set via the API.

messageslist of objectsOptionalDeprecated

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.

versionIdstringOptionalDeprecated

Deprecated, use commitId instead.

Response

This endpoint returns an object.
dataobject

Errors