Last updated 1 year ago
Set suggestions config. Only users with the Standard Registry role are allowed to make the request.
/suggestions/config
curl -L \ --request POST \ --url '/api/v1/suggestions/config' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{ "items": { "id": "text", "type": "Policy", "index": 1 } }'
{ "items": { "id": "text", "type": "Policy", "index": 1 } }