Update certification recommendation config values
PUT {{baseUrl}}/recommendations/config
Updates configuration attributes used by certification recommendations.
Request Body
{"recommenderFeatures"=>["jobTitle", "location", "peer_group", "department", "active"], "peerGroupPercentageThreshold"=>0.5, "runAutoSelectOnce"=>false, "onlyTuneThreshold"=>false}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| X-SailPoint-Experimental | boolean | (Required) Use this header to enable this experimental API. | |
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: OK
{"recommenderFeatures":["jobTitle","location","peer_group","department","active"],"peerGroupPercentageThreshold":0.5,"runAutoSelectOnce":false,"onlyTuneThreshold":false}