{
"cycle": 1,
"cycle_type": "month",
"disable": false,
"fileName": "每周备份",
"item": {
"database": true,
"fileServer": true,
"html": false
},
"name": "每周备份",
"time_config": {
"day": 1,
"hms": "10:30:00",
"month": "January",
"weekday": "Monday"
}
}
curl --location --request PATCH '/db-backup/cycle/' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"cycle": 1,
"cycle_type": "month",
"disable": false,
"fileName": "每周备份",
"item": {
"database": true,
"fileServer": true,
"html": false
},
"name": "每周备份",
"time_config": {
"day": 1,
"hms": "10:30:00",
"month": "January",
"weekday": "Monday"
}
}'
{
"id": "5cceba2cc7157e23ae172c28"
}