{
"id": 17051,
"codeThreshold": 0,
"codeThresholdType": 2,
"codeCountThreshold": 0,
"faultDuration": 0
}
curl --location --request PUT '/admin-api/charging/fault-code-setting/updateThreshold' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 17051,
"codeThreshold": 0,
"codeThresholdType": 2,
"codeCountThreshold": 0,
"faultDuration": 0
}'
{
"code": 0,
"data": true,
"msg": "string"
}