{
"id": "25539",
"errorCode": 0,
"errorType": 2,
"errorInfo": "string",
"errorLevel": 0,
"levelType": 1,
"warnV2": 0,
"shutdownOrNot": 0,
"faultSource": 0,
"errorUuid": 28402,
"deviceType": 2,
"warnContation": 0,
"externalDisplay": 0
}
curl --location --request PUT '/admin-api/system/error-code/update' \
--header 'Authorization: {{token}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "25539",
"errorCode": 0,
"errorType": 2,
"errorInfo": "string",
"errorLevel": 0,
"levelType": 1,
"warnV2": 0,
"shutdownOrNot": 0,
"faultSource": 0,
"errorUuid": 28402,
"deviceType": 2,
"warnContation": 0,
"externalDisplay": 0
}'
{
"code": 0,
"data": true,
"msg": "string"
}