Repository: flink Updated Branches: refs/heads/release-1.2 8d81bfdaa -> 371b76cd3
[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/1efc6029 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/1efc6029 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/1efc6029 Branch: refs/heads/release-1.2 Commit: 1efc602957800b443dc12a4004352eede75871d1 Parents: 8d81bfd Author: Ufuk Celebi <[email protected]> Authored: Fri Feb 3 10:09:40 2017 +0100 Committer: Ufuk Celebi <[email protected]> Committed: Fri Feb 3 10:09:40 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/1efc6029/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"} ~~~ -
