cURL
curl --request PUT \ --url https://app.datafold.com/api/v1/lineage/bi/powerbi/{bi_datasource_id}/ \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "indexing_cron": "<string>", "name": "<string>" }'
"<any>"
It can only update the name. Returns the integration with changed fields.
Use the 'Authorization' header with the format 'Key <api-key>'
Power BI data source parameters.
Successful Response
The response is of type any.
any