zeppelin/docs/usage
chilang 3eeb2282b9 ZEPPELIN-1897 REST API - Update paragraph text/title via API
### What is this PR for?
Support updating paragraph text/title via REST API
https://issues.apache.org/jira/browse/ZEPPELIN-1897

### What type of PR is it?
Improvement

### Todos

### What is the Jira issue?
[ZEPPELIN-1897]

### How should this be tested?
1. Create a note and paragraph
2. Hit REST API to update the paragraph, e.g. `curl -X PUT http://localhost:8080/api/notebook/NOTE_ID/paragraph/PARAGRAPH_ID -d '{"text": "some updated text"}'`

### Screenshots (if appropriate)
![update paragraph api](https://user-images.githubusercontent.com/7852/31032284-543af3dc-a553-11e7-89ce-f388a7097d74.gif)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? Yes, doc update included in the change.

Author: chilang <chilang@gmail.com>

Closes #2604 from chilang/master and squashes the following commits:

9cc86de [chilang] ZEPPELIN-1897 REST API - Update paragraph
2017-10-09 09:42:15 -07:00
..
display_system [ZEPPELIN-2707][DOCS][HOTFIX] fix: broken image URLs in 0.8.0-SNAPSHOT doc 2017-06-30 10:33:01 +09:00
dynamic_form [ZEPPELIN-2707][DOCS][HOTFIX] fix: broken image URLs in 0.8.0-SNAPSHOT doc 2017-06-30 10:33:01 +09:00
interpreter [ZEPPELIN-2582][DOCS] docs for interpreter binding modes 2017-07-07 16:23:49 +09:00
other_features [ZEPPELIN-2707][DOCS][HOTFIX] fix: broken image URLs in 0.8.0-SNAPSHOT doc 2017-06-30 10:33:01 +09:00
rest_api ZEPPELIN-1897 REST API - Update paragraph text/title via API 2017-10-09 09:42:15 -07:00