POST
/
recommend
/
_changed
cURL
curl --request POST \
  --url https://{FUSION HOST}/api/recommend/_changed \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "collectionId": "<string>",
  "params": {},
  "enabled": true
}'

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Response

200

OK