mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
### 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
### Questions:
* Shall I add tests to check the returned `status` in:
* https://github.com/apache/zeppelin/blob/master/zeppelin-server/src/test/java/org/apache/zeppelin/rest/InterpreterRestApiTest.java
* https://github.com/apache/zeppelin/blob/master/zeppelin-server/src/test/java/org/apache/zeppelin/rest/NotebookRestApiTest.java
Author: John Lau <jolks@outlook.com>
Closes #3224 from jolks/doc_rest_api_fix and squashes the following commits:
|
||
|---|---|---|
| .. | ||
| configuration.md | ||
| credential.md | ||
| helium.md | ||
| interpreter.md | ||
| notebook.md | ||
| notebook_repository.md | ||
| zeppelin_server.md | ||