Sheets

Update a sheet

PATCH
Updates Sheet

Path parameters

sheetIdstringRequired
ID of sheet

Request

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

Response

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

Errors