Skip to main content
PATCH
Update Sheet
Update a sheet’s title or display index (position within the table). Updating a sheet creates a new sheet version. The response returns version, the current sheet version count after the update.

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.