Update a sheet

Updates Sheet

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

sheetIdstringRequired
ID of sheet

Headers

X-Disable-Hooks"true"RequiredDefaults to true

Request

This endpoint expects an object.
namestringOptional
The name of the Sheet.
slugstringOptional
The slug of the Sheet.
metadataanyOptional
Useful for any contextual metadata regarding the sheet. Store any valid json

Response

This endpoint returns an object.
dataobject
A place to store tabular data

Errors