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