{
"clean_archive": true,
"cycle": 0,
"cycle_type": "year/month/week/day",
"disabled": true,
"duration": 0,
"flowName": null,
"id": "string",
"name": "string",
"status": "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 PATCH '/engine/instanceArchive/' \
--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,
"flowName": null,
"id": "string",
"name": "string",
"status": "string",
"task_type": "string",
"time_config": {
"day": 0,
"hms": "10:30:00",
"month": "January/JAN",
"weekday": "Monday/MON"
},
"user": {
"remoteAddr": "string",
"user": "string"
}
}'
{
"clean_archive": true,
"cycle": 0,
"cycle_type": "year/month/week/day",
"disabled": true,
"duration": 0,
"flowName": null,
"id": "string",
"name": "string",
"status": "string",
"task_type": "string",
"time_config": {
"day": 0,
"hms": "10:30:00",
"month": "January/JAN",
"weekday": "Monday/MON"
},
"user": {
"remoteAddr": "string",
"user": "string"
}
}