POST
/
searchLogs
/
_changed
Update search logs
curl --request POST \
  --url https://{FUSION HOST}/api/searchLogs/_changed \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "collectionId": "<string>",
  "params": {},
  "enabled": true
}'

Body

application/json

Search logs feature configuration.

The body is of type object.