You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2020/02/11 09:26:06 UTC

[zeppelin] branch master updated: [minor] Minor document fix

This is an automated email from the ASF dual-hosted git repository.

zjffdu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b42dd0  [minor] Minor document fix
0b42dd0 is described below

commit 0b42dd0a8cc5d5b2103c71368179c870e0062121
Author: Jeff Zhang <zj...@apache.org>
AuthorDate: Tue Feb 11 17:26:10 2020 +0800

    [minor] Minor document fix
---
 docs/usage/rest_api/notebook.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/usage/rest_api/notebook.md b/docs/usage/rest_api/notebook.md
index 4d2b2cf..fb7acfb 100644
--- a/docs/usage/rest_api/notebook.md
+++ b/docs/usage/rest_api/notebook.md
@@ -61,11 +61,11 @@ Notebooks REST API supports the following operations: List, Create, Get, Delete,
   "message": "",
   "body": [
     {
-      "name":"Homepage",
+      "path":"Homepage",
       "id":"2AV4WUEMK"
     },
     {
-      "name":"Zeppelin Tutorial",
+      "path":"Zeppelin Tutorial",
       "id":"2A94M5J1Z"
     }
   ]