From 6554bf4241f28c41da18b169058c55d200a7d3e8 Mon Sep 17 00:00:00 2001 From: Daniel Jiang Date: Tue, 6 Aug 2019 00:36:05 +0800 Subject: [PATCH] Update the swagger doc for GC API This commit update the swagger doc to document how to trigger an "admin job" such as "GC" to make it execute right away. Signed-off-by: Daniel Jiang --- docs/swagger.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index b8e16e8ed..dcd38e29d 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -5090,7 +5090,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.