Skip to main content
POST
/
update
/
all
/
signalCollection
Update a signals collection
import requests

url = "https://{FUSION HOST}/api/update/all/signalCollection"

response = requests.post(url)

print(response.json())