Skip to main content
PATCH
Update Sheet
Update a sheet in a Table. Use title to rename the sheet and index to change its zero-based position in the Table. Updating a sheet creates a new sheet version.

Authorizations

X-API-KEY
string
header
required

Path Parameters

table_id
string<uuid>
required
sheet_id
string<uuid>
required

Body

application/json
title
string | null
index
integer | null

New display position within the table (0-based).

Response

Sheet updated

success
boolean
sheet
object

A sheet within a Table.

version
integer

Current sheet version_count for this response. It matches the sheet's version_count after any committed changes.