FrontToken: ********************{
"key": {
"id": "string",
"createTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"updateTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"competitionId": "string",
"noticeName": "string",
"noticeContent": "string",
"noticeStatus": 0,
"publishTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"userId": "string",
"languageCode": "string"
}
}curl --location --request PUT '/front/aiCompetition/i18n/record/update' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": {
"id": "string",
"createTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"updateTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"competitionId": "string",
"noticeName": "string",
"noticeContent": "string",
"noticeStatus": 0,
"publishTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
}
},
"userId": "string",
"languageCode": "string"
}
}'{
"code": 0,
"msg": "",
"data": {
"id": "",
"createTime": {
"dateTime": "",
"offset": {
"totalSeconds": 0
}
},
"updateTime": {
"dateTime": "",
"offset": {
"totalSeconds": 0
}
},
"competitionId": "",
"noticeName": "",
"noticeContent": "",
"noticeStatus": 0,
"publishTime": {
"dateTime": "",
"offset": {
"totalSeconds": 0
}
},
"userId": "",
"languageCode": ""
}
}