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

jshao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git


The following commit(s) were added to refs/heads/master by this push:
     new d07d103  [MINOR] Add description of POST /batches
d07d103 is described below

commit d07d103f22941525d3cfa2f07f647e310ffb34a1
Author: Shingo Furuyama <sfuru...@yahoo-corp.jp>
AuthorDate: Thu Mar 26 13:55:51 2020 +0800

    [MINOR] Add description of POST /batches
    
    ## What changes were proposed in this pull request?
    
    Just added a description of POST /batches in the api-doc.
    
    ## How was this patch tested?
    
    Since the change is quite small, I didn't test the patch. If I have an 
instruction, I will follow it.
    
    Author: Shingo Furuyama <sfuru...@yahoo-corp.jp>
    
    Closes #283 from marblejenka/add-description.
---
 docs/rest-api.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/rest-api.md b/docs/rest-api.md
index f1ff9b4..cca937f 100644
--- a/docs/rest-api.md
+++ b/docs/rest-api.md
@@ -389,6 +389,8 @@ Returns all the active batch sessions.
 
 ### POST /batches
 
+Creates a new batch session.   
+
 #### Request Body
 
 <table class="table">

Reply via email to