Merge pull request #8565 from reasonerjt/update-gc-api-doc

Update the swagger doc for GC API
This commit is contained in:
stonezdj(Daojun Zhang) 2019-08-13 10:34:38 +08:00 committed by GitHub
commit 1bfba278f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -5355,7 +5355,9 @@ definitions:
properties:
type:
type: string
description: The schedule type. The valid values are hourly, daily weekly, custom and None. 'None' means to cancel the schedule.
description: |
The schedule type. The valid values are 'Hourly', 'Daily', 'Weekly', 'Custom', 'Manually' and 'None'.
'Manually' means to trigger it right away and 'None' means to cancel the schedule.
cron:
type: string
description: A cron expression, a time-based job scheduler.