from meibelai import Meibelai import os with Meibelai( api_key_header=os.getenv("MEIBELAI_API_KEY_HEADER", ""), ) as m_client: res = m_client.datasources.update_dataelement(datasource_id=400801, dataelement_id=298309) # Handle response print(res)
"<any>"
Successful Response
The response is of type any.
any