Skip to main content
POST
Apply a template to a table

Authorizations

Authorization
string
header
required

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

Path Parameters

template_id
string<uuid>
required

Body

application/json

Replay a template onto a table.

table_id
string<uuid>
required

The table to create the columns on.

Response

Successful Response

What an apply created.

created_column_ids
string<uuid>[]
required

The new columns, in template order.