Skip to main content
PUT
Python

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

table_name
string
required
datasource_id
string
required

Body

application/json

Bulk update of column descriptions on a single table.

columns
TagColumnUpdateItem · object[]
required

One entry per column to update on the target table

Response

Successful Response

column_name
string
required

Column name as defined in the source table

type
string | null

SQL data type of the column (e.g. 'varchar', 'integer')

description
string | null

Human-authored description of what this column represents