Update a link's context
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.
POST
/
links
/
contexts
Update a link's context
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){}Body
application/json
Response
200 - application/json
successful operation
Resource reference as a string, such as 'datasource:ratings-db'
Was this page helpful?
⌘I