Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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.dataelements.update_data_element_metadata(datasource_id="<id>", data_element_id="<id>", metadata={ "key": "<value>", }) # Handle response print(res)
{ "workflow_id": "<string>", "request_id": "<string>" }
PutDataElementMetadataRequest
Successful Response
PutDataElementMetadataResponse
Was this page helpful?