Skip to main content
POST
Give one field of the imported record its own column

Authorizations

Authorization
string
header
required

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

Path Parameters

table_id
string<uuid>
required

Body

application/json

Which field to give its own column.

path
string
required

Dotted path into the object.

Required string length: 1 - 500
display_name
string | null

Column name.

Required string length: 1 - 255
property_type
enum<string> | null

Type to store; inferred from the sample when omitted.

Available options:
string,
integer,
float,
boolean,
datetime,
date,
list,
dict

Response

Successful Response

The column that now reads the field.

column_id
string<uuid>
required