Skip to main content
POST
/
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.add_tag_config(datasource_id="<id>", working_bucket="<value>", description="bandwidth anenst psst round secrecy judicious gown atrium ick", logical_group_regex="<value>", db_path=None)

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

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

datasource_id
string
required

Body

application/json

AddTagConfigRequest

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

Response

Successful Response

AddTagConfigResponse

message
string
required
I