Skip to main content
PUT
/
api
/
v1
/
lineage
/
bi
/
powerbi
/
{bi_datasource_id}
Update a Power BI integration
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 '
{
  "auth_type": "delegated",
  "client_id": "<string>",
  "client_secret": "<string>",
  "indexing_cron": "<string>",
  "name": "<string>",
  "tenant_id": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use the 'Authorization' header with the format 'Key '

Path Parameters

bi_datasource_id
integer
required

Body

application/json

Power BI data source parameters.

auth_type
enum<string> | null
Available options:
delegated,
service_principal
client_id
string | null
client_secret
string<password> | null
indexing_cron
string | null
name
string | null
tenant_id
string | null

Response

Successful Response