curl --request POST \
--url https://{FUSION HOST}/api/searchLogs/_changed \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"collectionId": "<string>",
"params": {},
"enabled": true
}'
Change search logs feature for a collection.
curl --request POST \
--url https://{FUSION HOST}/api/searchLogs/_changed \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"collectionId": "<string>",
"params": {},
"enabled": true
}'
Search logs feature configuration.
The body is of type object
.
Was this page helpful?