curl --request POST \
--url https://app.datafold.com/api/v1/lineage/bi/tableau/ \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"indexing_cron": "<string>",
"name": "<string>",
"server_url": "<string>",
"site_id": "<string>",
"token_name": "<string>",
"token_value": "<string>"
}'
"<any>"
curl --request POST \
--url https://app.datafold.com/api/v1/lineage/bi/tableau/ \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"indexing_cron": "<string>",
"name": "<string>",
"server_url": "<string>",
"site_id": "<string>",
"token_name": "<string>",
"token_value": "<string>"
}'
"<any>"
Use the 'Authorization' header with the format 'Key <api-key>'
Successful Response
The response is of type any
.