{
"riskBusinessIdList": [
"string"
],
"symptomaticValueLevel": "HIGH",
"exceptionValueLevel": "HIGH",
"categoryLabelIds": [
0
],
"isNotRegardFault": true,
"isAdditionalRisk": true,
"regardFaultRiskBusinessIds": [
"string"
]
}curl --location '/pj/risk/batch-update' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"riskBusinessIdList": [
"string"
],
"symptomaticValueLevel": "HIGH",
"exceptionValueLevel": "HIGH",
"categoryLabelIds": [
0
],
"isNotRegardFault": true,
"isAdditionalRisk": true,
"regardFaultRiskBusinessIds": [
"string"
]
}'{}