Skip to main content
PUT
/
api
/
v1
/
lineage
/
bi
/
mode
/
{bi_datasource_id}
Update a Mode Analytics integration
curl --request PUT \
  --url https://app.datafold.com/api/v1/lineage/bi/mode/{bi_datasource_id}/ \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "password": "<string>",
  "token": "<string>",
  "indexing_cron": "<string>",
  "name": "<string>",
  "workspace": ""
}
'
{
  "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
password
string<password>
required
token
string<password>
required
indexing_cron
string | null
name
string | null
workspace
string
default:""

Response

Successful Response