Author: moon
Date: Wed Dec 16 23:24:14 2015
New Revision: 1720478

URL: http://svn.apache.org/viewvc?rev=1720478&view=rev
Log:
ZEPPELIN-506 Expand "create notebook" of REST API to have initial paragraphs

Modified:
    incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/atom.xml
    
incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rest-api/rest-notebook.html
    incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rss.xml

Modified: incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/atom.xml
URL: 
http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/atom.xml?rev=1720478&r1=1720477&r2=1720478&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/atom.xml (original)
+++ incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/atom.xml Wed Dec 16 
23:24:14 2015
@@ -4,7 +4,7 @@
  <title>Apache Zeppelin (incubating)</title>
  <link href="http://zeppelin.incubator.apache.org/"; rel="self"/>
  <link href="http://zeppelin.incubator.apache.org"/>
- <updated>2015-12-15T13:25:49+09:00</updated>
+ <updated>2015-12-17T08:24:31+09:00</updated>
  <id>http://zeppelin.incubator.apache.org</id>
  <author>
    <name>The Apache Software Foundation</name>

Modified: 
incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rest-api/rest-notebook.html
URL: 
http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rest-api/rest-notebook.html?rev=1720478&r1=1720477&r2=1720478&view=diff
==============================================================================
--- 
incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rest-api/rest-notebook.html
 (original)
+++ 
incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rest-api/rest-notebook.html
 Wed Dec 16 23:24:14 2015
@@ -222,8 +222,26 @@ limitations under the License.
       <td> 500 </td>
     </tr>
     <tr>
-      <td> sample JSON input </td>
-      <td><pre>{&quot;name&quot;: &quot;name of new notebook&quot;}</pre></td>
+      <td> sample JSON input (without paragraphs) </td>
+      <td><pre>{ &quot;name&quot;: &quot;name of new notebook&quot; 
}</pre></td>
+    </tr>
+    <tr>
+      <td> sample JSON input (with initial paragraphs) </td>
+      <td><pre>
+{
+  &quot;name&quot;: &quot;name of new notebook&quot;, 
+  &quot;paragraphs&quot;: [
+    {
+      &quot;title&quot;: &quot;paragraph title1&quot;,
+      &quot;text&quot;: &quot;paragraph text1&quot;
+    },
+    {
+      &quot;title&quot;: &quot;paragraph title2&quot;,
+      &quot;text&quot;: &quot;paragraph text2&quot;
+    }
+  ]
+}
+      </pre></td>
     </tr>
     <tr>
       <td> sample JSON response </td>

Modified: incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rss.xml
URL: 
http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rss.xml?rev=1720478&r1=1720477&r2=1720478&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rss.xml (original)
+++ incubator/zeppelin/site/docs/0.6.0-incubating-SNAPSHOT/rss.xml Wed Dec 16 
23:24:14 2015
@@ -5,8 +5,8 @@
         <description>Apache Zeppelin (incubating) - The Apache Software 
Foundation</description>
         <link>http://zeppelin.incubator.apache.org</link>
         <link>http://zeppelin.incubator.apache.org</link>
-        <lastBuildDate>2015-12-15T13:25:49+09:00</lastBuildDate>
-        <pubDate>2015-12-15T13:25:49+09:00</pubDate>
+        <lastBuildDate>2015-12-17T08:24:31+09:00</lastBuildDate>
+        <pubDate>2015-12-17T08:24:31+09:00</pubDate>
         <ttl>1800</ttl>
 
 


Reply via email to