Update search logs
import requests
url = "https://{FUSION HOST}/api/searchLogs/_changed"
payload = {
"name": "<string>",
"collectionId": "<string>",
"params": {},
"enabled": True
}
headers = {"Content-Type": "application/json"}
response = requests.post(url, json=payload, headers=headers)
print(response.text)This response has no body data.Update search logs
Change search logs feature for a collection.
POST
/
searchLogs
/
_changed
Update search logs
import requests
url = "https://{FUSION HOST}/api/searchLogs/_changed"
payload = {
"name": "<string>",
"collectionId": "<string>",
"params": {},
"enabled": True
}
headers = {"Content-Type": "application/json"}
response = requests.post(url, json=payload, headers=headers)
print(response.text)This response has no body data.Was this page helpful?
⌘I