GitHub user jolks opened a pull request:
https://github.com/apache/zeppelin/pull/3224
REST API JSON response status fix
### What is this PR for?
Since v0.8.0, REST API JSON response `status` attribute has changed from
`CREATED` to `OK`.
Related source code:
*
https://github.com/apache/zeppelin/blob/master/zeppelin-server/src/main/java/org/apache/zeppelin/rest/NotebookRestApi.java
*
https://github.com/apache/zeppelin/blob/master/zeppelin-server/src/main/java/org/apache/zeppelin/rest/InterpreterRestApi.java
### What type of PR is it?
Documentation
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jolks/zeppelin doc_rest_api_fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/3224.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3224
----
commit 9037b55c6a959d33a6685e2f447a3f2a39502fab
Author: John Lau <jolks@...>
Date: 2018-11-13T09:04:08Z
REST API JSON response status fix
----
---