Update a sheet

Updates Sheet

Path parameters

sheetIdstringRequired
ID of sheet

Headers

AuthorizationstringRequired

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

X-Disable-Hooks"true"Required

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