Update data table
Updates a data table you specify.
Path parameters
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
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.