Authorization: Bearer ********************
{
"filterId": 0,
"matchSnCode": "string",
"filterType": "string",
"filterWarningCodeList": [
"string"
],
"remark": "string",
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string"
}
curl --location --request PUT 'http://localhost:8080/ess/warning_filter' \
--header 'Content-Type: application/json' \
--data-raw '{
"filterId": 0,
"matchSnCode": "string",
"filterType": "string",
"filterWarningCodeList": [
"string"
],
"remark": "string",
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string"
}'
{
"": {}
}