json:"condition"
// 过滤条件json:"conditionType" example:"table/tableData/event/unlimited"
{
"clean_archive": true,
"cycle": 0,
"cycle_type": "year/month/week/day",
"disabled": true,
"duration": 0,
"id": "string",
"name": "string",
"task_type": "string",
"time_config": {
"day": 0,
"hms": "10:30:00",
"month": "January/JAN",
"weekday": "Monday/MON"
},
"user": {
"id": "string",
"logQueryTime": "string",
"password": "string",
"username": "string"
}
}
curl --location --request PATCH '/api/logCycle/' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"clean_archive": true,
"cycle": 0,
"cycle_type": "year/month/week/day",
"disabled": true,
"duration": 0,
"id": "string",
"name": "string",
"task_type": "string",
"time_config": {
"day": 0,
"hms": "10:30:00",
"month": "January/JAN",
"weekday": "Monday/MON"
},
"user": {
"id": "string",
"logQueryTime": "string",
"password": "string",
"username": "string"
}
}'
{
"status": "OK"
}