Skip to main content
POST
Create a new table

Authorizations

X-API-Key
string
header
required

Path Parameters

project_name
string
required

the name of the project

Body

application/json

Table Configuration

name
string
required

name of the table

type
enum<string>
required

the type of the table

Available options:
Extraction,
Reconcile,
Storage
id
string<uuid>

id of the table

created_at
string<date-time>

time the table was created

settings
object

settings of the table

Response

Successfully created table

Table Configuration

name
string
required

name of the table

type
enum<string>
required

the type of the table

Available options:
Extraction,
Reconcile,
Storage
id
string<uuid>

id of the table

created_at
string<date-time>

time the table was created

settings
object

settings of the table