Python
from meibelai import Meibelai import os with Meibelai( api_key_header=os.getenv("MEIBELAI_API_KEY_HEADER", ""), ) as m_client: res = m_client.tag.update_tag_config(datasource_id="<id>", description="fatherly grown shrilly jealously decide", logical_group_regex=None, working_bucket="<value>", db_path="<value>") # Handle response print(res)
{ "message": "<string>" }
UpdateTagConfigRequest
Successful Response
UpdateTagConfigResponse