Skip to main content
PUT
/
datasource
/
{datasource_id}
/
tag_config
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.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>"
}

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

datasource_id
string
required

Body

application/json

UpdateTagConfigRequest

description
string | null
logical_group_regex
string | null
working_bucket
string | null
db_path
string | null

Response

Successful Response

UpdateTagConfigResponse

message
string
required
I