Repository: flink Updated Branches: refs/heads/master 56d3611f3 -> d52d006c6
[docs] Fix Markdown code example in REST API Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/89c7acb8 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/89c7acb8 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/89c7acb8 Branch: refs/heads/master Commit: 89c7acb82696b1abb8c9a38ad5ef051a10459f0f Parents: 56d3611 Author: Ufuk Celebi <[email protected]> Authored: Fri Feb 3 10:09:40 2017 +0100 Committer: Ufuk Celebi <[email protected]> Committed: Fri Feb 3 10:19:26 2017 +0100 ---------------------------------------------------------------------- docs/monitoring/rest_api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/89c7acb8/docs/monitoring/rest_api.md ---------------------------------------------------------------------- diff --git a/docs/monitoring/rest_api.md b/docs/monitoring/rest_api.md index a35b7c7..a53067d 100644 --- a/docs/monitoring/rest_api.md +++ b/docs/monitoring/rest_api.md @@ -677,12 +677,13 @@ If the call succeeds, you will get a response with the ID of the submitted job. **Example:** Run program with a savepoint Request: + ~~~ POST: /jars/MyProgram.jar/run?savepointPath=/my-savepoints/savepoint-1bae02a80464&allowNonRestoredState=true ~~~ Response: + ~~~ {"jobid": "869a9868d49c679e7355700e0857af85"} ~~~ -
