To update the risk evaluation configuration, you can use PUT /environments/{{envID}}/riskEvaluations/{{riskID}}/event
to modify the completion status of the resource.
The completionStatus
property required in the request body can be modified in a PUT
request only if the value is IN_PROGRESS
. The risk evaluation resource cannot be updated if the current value is SUCCESS
or FAILED
.