{
"riskEventBusinessIds": [
0
],
"symptomaticValueLevel": "HIGH",
"exceptionValueLevel": "HIGH",
"riskImpactCategoryIds": [
0
],
"follow": true
}
curl --location --request POST '/pj/risk-event/batch-update' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"riskEventBusinessIds": [
0
],
"symptomaticValueLevel": "HIGH",
"exceptionValueLevel": "HIGH",
"riskImpactCategoryIds": [
0
],
"follow": true
}'
{}