v1

latestSwagger 2.0Apache 2.02026-07-1725956.5 KB
Data Dictionary

Populate fields from data

Automatically create field definitions by analyzing actual data in the table. Creates default metadata for each field found in the data.

post/tables/fields/{dbId}/{tableId}/populate

Path parameters

dbIdstring required

Database ID

tableIdstring required

Table ID

Response

successful operation

statusstring
db_idstring
table_idstring
total_fieldsinteger

Total number of fields created/updated

messagestring

Example response

{
  "status": "success",
  "message": "Table schema populated successfully"
}