Python
from meibelai import Meibelai import os with Meibelai( api_key_header=os.getenv("MEIBELAI_API_KEY_HEADER", ""), ) as m_client: res = m_client.datasources.tag.add_tag_table_info(datasource_id="<id>", table_name="<value>", description="hmph subdued large safe positively intellect intervention") # Handle response print(res)
{ "message": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.meibel.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.meibel.ai/llms.txt
Use this file to discover all available pages before exploring further.
AddTagTableRequest
Successful Response
AddTagTableResponse
Was this page helpful?