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 ee7fdfc  [MINOR] Modify the description of POST 
/sessions/{sessionId}/completion
ee7fdfc is described below

commit ee7fdfc45d90c0478dcd446bc8a19a217eebe04d
Author: Shingo Furuyama <sfuru...@yahoo-corp.jp>
AuthorDate: Thu Mar 26 14:59:21 2020 +0800

    [MINOR] Modify the description of POST /sessions/{sessionId}/completion
    
    ## What changes were proposed in this pull request?
    
    Just modified a description of POST /sessions/{sessionId}/completion 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 #285 from marblejenka/mod-doc-completion.
---
 docs/rest-api.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/rest-api.md b/docs/rest-api.md
index cca937f..d80e77d 100644
--- a/docs/rest-api.md
+++ b/docs/rest-api.md
@@ -312,7 +312,7 @@ Cancel the specified statement in this session.
 
 ### POST /sessions/{sessionId}/completion
 
-Runs a statement in a session.
+Returns code completion candidates for the specified code in the session.
 
 #### Request Body
 

Reply via email to