Creates a new Big Table
onSchemaError
query parameter.
Create Table w/ Row Data
rows
field (being sure that row object structure matches the table schema):Create Table from Stash
$stashID
reference in the rows
field instead of providing the data inline:Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Name of the table. Required when the name is not passed in the request body. It is an error to pass a name in both this query parameter and the request body.
"Invoices"
An array of app IDs to link the new table to.
The action to take when the passed data does not match the table schema:
abort
: Abort the entire operation and return an error.dropColumns
: Ignore the data that caused the error, and do not import those columns in the affected rows.updateSchema
: Update the schema as needed to add any missing columns or widen the data types of existing columns, and then import the data from them.abort
, dropColumns
, updateSchema
"updateSchema"
The response is of type object
.