Create new columns in the table.
table_id (required): target table identifier.column_configs (required): list of new column config objects.insert_after (optional): defaults to true; can be true, false, or a column ID string.401 UnauthorizedAuthorization: Bearer ${EXTRUCT_API_TOKEN}.
404 Not Found422 Unprocessable Entitycolumn_configs shape or unsupported insert_after value.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Insert new columns after this column id. If true (default), insert in the end. If false, insert in the beginning.
Successful Response