POST
/
datasource
/
{datasource_id}
/
tag_table_info
/
{table_name}
Python (SDK)
from meibelai import Meibelai
import os


with Meibelai(
    api_key_header=os.getenv("MEIBELAI_API_KEY_HEADER", ""),
) as m_client:

    res = m_client.tag.add_tag_table_info(datasource_id="<id>", table_name="<value>", description="below eulogise questioningly nephew innovation strange likewise brr")

    # Handle response
    print(res)
{
  "message": "<string>"
}

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

datasource_id
string
required
table_name
string
required

Body

application/json

AddTagTableRequest

Response

200
application/json

Successful Response

AddTagTableResponse