zeppelin/docs/usage/rest_api
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
..
configuration.md [ZEPPELIN-2596] Improving documentation page 2017-06-23 17:44:13 +09:00
credential.md [ZEPPELIN-2596] Improving documentation page 2017-06-23 17:44:13 +09:00
helium.md [ZEPPELIN-2699] Helium REST API bug-fixes. Also updated documentation 2017-07-22 00:24:20 +09:00
interpreter.md [ZEPPELIN-2714] Soft-code Spark UI button visualization 2017-07-09 00:43:54 -07:00
notebook.md ZEPPELIN-1897 REST API - Update paragraph text/title via API 2017-10-09 09:42:15 -07:00
notebook_repository.md [ZEPPELIN-2596] Improving documentation page 2017-06-23 17:44:13 +09:00
zeppelin_server.md [ZEPPELIN-2596] Improving documentation page 2017-06-23 17:44:13 +09:00