Skip to main content
PUT
Python

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

datasource_id
string
required

Body

application/json

Bulk update of table descriptions on a datasource.

tables
TagTableUpdateItem · object[]
required

One entry per table to update

Response

Successful Response

table_name
string
required

Table name as defined on the datasource

description
string | null

Human-authored description of what this table represents

columns
TagColumn · object[] | null

Columns on the table — only populated when explicitly requested via include_columns