From 7939993856930755d314ad4ad328463c7b264fe7 Mon Sep 17 00:00:00 2001 From: daiki kato Date: Tue, 1 Dec 2015 15:52:45 +0900 Subject: [PATCH] Fix typo: my scheduled backup 6 => schedule_backups 6 It was corrected because the contents of test_job.json were different from a result. Change-Id: I5f7ac5a4a5e4420458ec82b40a3e12f96a8380a8 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e696f870..cfd9f74c 100644 --- a/README.rst +++ b/README.rst @@ -671,7 +671,7 @@ The first step to use the scheduler is creating a document with the job:: "schedule_interval": "4 hours", "schedule_start_date": "2015-08-16T17:58:00" }, - "description": "my scheduled backup 6" + "description": "schedule_backups 6" } Then upload that job into the api::