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_id
The ID of the data table you plan to update.
Request
This endpoint expects an object.
name
The name of the data table to create.
schema
Table structure definition.
folder_id
The ID of the folder where you plan to create the data table.
Response
Data table updated successfully.
data
Updated data table object.