Python
import requests url = "https://{FUSION HOST}/api/links/contexts" payload = {} headers = {"Content-Type": "application/json"} response = requests.post(url, json=payload, headers=headers) print(response.text)
{}
Change the Fusion app to which a link belongs.
Resource reference as a string, such as 'datasource:ratings-db'
successful operation
Was this page helpful?