FrontToken: ********************{
"id": "string",
"createTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"updateTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"businessId": "string",
"paramName": "string",
"displayInRankState": true,
"evaluationCriteria": 0,
"displayInRankName": "string"
}curl --location --request PUT '/competition/rule/evaluation/param/update' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"createTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"updateTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"businessId": "string",
"paramName": "string",
"displayInRankState": true,
"evaluationCriteria": 0,
"displayInRankName": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"createTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"updateTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"businessId": "string",
"paramName": "string",
"displayInRankState": true,
"evaluationCriteria": 0,
"displayInRankName": "string"
},
"error": true,
"success": true
}