POST
/
tables
"<any>"

Authorizations

fastapiusersauth
string
cookie
required

Query Parameters

workspace_id
string
required

Body

application/json

Create model for a table.

name
string
required

The name of the table

Required string length: 1 - 100
columns
object[]

The columns of the table

Create model for a table column.

Response

201
application/json
Successful Response

The response is of type any.

Was this page helpful?