Table
Update Sync Table
Update a synced table with a specified integration.
post/v1/table/{table_id}/sync/{integration_name}/update
Path parameters
table_idstring uuid required
UUID of the table to update.
integration_namestring required
Name of the integration to update.
Request body
Response
Successfully updated the synced table.
Example response
{
"data": "OK"
}