Skip to main content
PATCH
Table.Update
Update table name or metadata. This does not mutate rows, columns, cells, or the backing CSV contents.
Python
TypeScript
Go
Java
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

table_id
string
required

Body

application/json
name
string | null
metadata
Metadata · object | null

Response

Successful Response

tables
WorkflowTable · object[]