Skip to main content
PATCH
/
tables
/
{table_id}
Update Table
curl --request PATCH \
  --url https://api.example.com/tables/{table_id} \
  --header 'Content-Type: application/json' \
  --cookie fastapiusersauth= \
  --data '
{
  "name": "<string>"
}
'
{}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

table_id
string<uuid4>
required

Query Parameters

workspace_id
string<uuid>
required

Body

application/json

Update model for a table.

name
string | null

The name of the table

Required string length: 1 - 100

Response

Successful Response