{
"riskEventBusinessId": 0,
"issueLevel": {
"symptomaticValueLevel": "HIGH",
"exceptionValueLevel": "HIGH",
"special": {
"type": "ROOM_FUNC_TYPE",
"zoneManagementGroupingCodeList": [
"string"
],
"roomFuncTypeCodeList": [
"string"
],
"symptomaticValueLevel": "HIGH",
"exceptionValueLevel": "HIGH"
}
},
"riskImpactCategoryIds": [
0
]
}
curl --location --request POST '/pj/risk-event/update' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"riskEventBusinessId": 0,
"issueLevel": {
"symptomaticValueLevel": "HIGH",
"exceptionValueLevel": "HIGH",
"special": {
"type": "ROOM_FUNC_TYPE",
"zoneManagementGroupingCodeList": [
"string"
],
"roomFuncTypeCodeList": [
"string"
],
"symptomaticValueLevel": "HIGH",
"exceptionValueLevel": "HIGH"
}
},
"riskImpactCategoryIds": [
0
]
}'
{}