JAMES-2272 Docs: Swagger doc for Cassandra migrations
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/7e95d7a5 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/7e95d7a5 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/7e95d7a5 Branch: refs/heads/master Commit: 7e95d7a5aae326fa7852db87902c423122322321 Parents: 54b7905 Author: benwa <[email protected]> Authored: Wed Jan 3 14:39:52 2018 +0700 Committer: benwa <[email protected]> Committed: Thu Jan 4 15:12:47 2018 +0700 ---------------------------------------------------------------------- src/site/markdown/server/manage-webadmin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/7e95d7a5/src/site/markdown/server/manage-webadmin.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/server/manage-webadmin.md b/src/site/markdown/server/manage-webadmin.md index 10347ea..d73651f 100644 --- a/src/site/markdown/server/manage-webadmin.md +++ b/src/site/markdown/server/manage-webadmin.md @@ -575,13 +575,13 @@ An Execution Report will be returned: Note that: - `status` can have the value: - - `waiting`: The task is schedule but its execution did not start yet + - `waiting`: The task is scheduled but its execution did not start yet - `inProgress`: The task is currently executed - `cancelled`: The task had been cancelled - `completed`: The task execution is finished, and this execution is a success - `failed`: The task execution is finished, and this execution is a failure - - `additionalInformation` is a task specific object giving additional informationa and context about that task. The structure + - `additionalInformation` is a task specific object giving additional information and context about that task. The structure of this `additionalInformation` field is provided along the specific task submission endpoint. Response codes: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
