Recommendation Workflow
PUT {{cb_url}}/recommendation-service/v1/orgs/{{cb_org_key}}/recommendation/{{cb_recommendation_id}}/workflow
A request which can convert a certain Recommendation to a Reputation Override or update and reset an existing Recommendation workflow.
An ACCEPTED
or REJECTED
Recommendation can be reverted back to the status of NEW
using the RESET
keyword in the action
parameter. The ref_id
of an ACCEPTED
Recommendation is the id
of the newly created Reputation Override.
RBAC Permissions Required
Permission (.notation name) | Operation(s) |
---|---|
org.reputations | CREATE, READ, DELETE |
Request Body
{"action"=>"<string>", "comment"=>"<string>"}