Update data table
Updates a data table in a customer workspace.
Path parameters
managed_user_id
Embedded customer Account ID or External ID. Prefix external IDs with E
.
data_table_id
The ID of the data table you plan to update.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
Updated name of the data table.
folder_id
ID of the folder to move the data table to.
schema
New or updated table schema.
Response
Data table updated successfully.
data