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
This commit is contained in:
daiki kato 2015-12-01 15:52:45 +09:00 committed by Fausto Marzi
parent b6397636dc
commit 7939993856
1 changed files with 1 additions and 1 deletions

View File

@ -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::