Update data table

Updates a data table in a customer workspace.

Path parameters

managed_user_idstringRequired

Embedded customer Account ID or External ID. Prefix external IDs with E.

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
Updated name of the data table.
folder_iddoubleOptional
ID of the folder to move the data table to.
schemalist of objectsOptional
New or updated table schema.

Response

Data table updated successfully.
datamap from strings to any or null

Errors