Create data table

Creates a data table in a folder you specify.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
namestringRequired
The name of the data table to create.
folder_idintegerRequired
ID of the folder where the data table will be created.
schemalist of objectsRequired
Array defining the structure of the data table.

Response

Successfully created the data table.
dataobject or null
The created data table resource.

Errors