{
"clean_archive": true,
"condition": [
{
"eventId": "string",
"tableDataId": "string",
"tableId": "string"
}
],
"conditionType": "table/tableData/event/unlimited",
"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": {
"remoteAddr": "string",
"user": "string"
}
}curl --location --request POST '/driver/eventCycle' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"clean_archive": true,
"condition": [
{
"eventId": "string",
"tableDataId": "string",
"tableId": "string"
}
],
"conditionType": "table/tableData/event/unlimited",
"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": {
"remoteAddr": "string",
"user": "string"
}
}'{
"InsertedID": "5cceba2cc7157e23ae172c28"
}