Data Dictionary
Create or update field (upsert)
Create a new field or update an existing field. If field exists, it will be updated. If not, it will be created.
post/tables/fields/{dbId}/{tableId}
Path parameters
dbIdstring required
Database ID
tableIdstring required
Table ID
Request body
Response
successful operation
Example response
{
"status": "success"
}