GitHub user eranwitkon opened a pull request: https://github.com/apache/incubator-zeppelin/pull/258
Return the new setting ID in the response call in the REST API This PR changes the JSON body of the create setting REST api to return the new created setting ID. the new return body looks like the following: ``` {"status":"CREATED","message":"","body":"2AWGRNYY3"} ``` The documentation will be updated on a different PR once this is merged. The unit testing is updated on PR 241 together with other REST API test. Ready for review You can merge this pull request into a Git repository by running: $ git pull https://github.com/eranwitkon/incubator-zeppelin 261 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/258.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #258 ---- commit 74fe411c8120d1ea1c6945521cff9ad03c913955 Author: eranwitkon <goi....@gmail.com> Date: 2015-08-25T14:13:30Z Return the new setting ID in the response call in the REST API ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---