Update data table

Updates a data table you specify.

Authentication

AuthorizationBearer

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

Path Parameters

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

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