Update data table

Updates a data table you specify.

Path parameters

data_table_idstringRequired
The ID of the data table you plan to update.

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.
schemalist of objectsRequired
Table structure definition.
folder_idintegerOptional
The ID of the folder where you plan to create the data table.

Response

Data table updated successfully.
datamap from strings to any
Updated data table object.

Errors