Data Dictionary
Sync fields with data
Synchronize field definitions with actual data. Removes fields that don't exist in the data and adds new fields found in the data.
post/tables/fields/{dbId}/{tableId}/sync
Path parameters
dbIdstring required
Database ID
tableIdstring required
Table ID
Response
successful operation
Example response
{
"status": "success",
"message": "Fields synced: 2 removed, 3 added"
}