You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/03/28 10:14:51 UTC

[kyuubi] branch master updated: [KYUUBI #4627] [Docs] Fix a typo in rest_api.md.

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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d8fe6c38 [KYUUBI #4627] [Docs] Fix a typo in rest_api.md.
6d8fe6c38 is described below

commit 6d8fe6c381a96165026ec8f3427cfa7c4db46497
Author: maruilei <ma...@58.com>
AuthorDate: Tue Mar 28 18:14:39 2023 +0800

    [KYUUBI #4627] [Docs] Fix a typo in rest_api.md.
    
    ### _Why are the changes needed?_
    
    `GET /batches/{batchId}` should be `GET /batches/${batchId}`
    
    Affected versions 1.6/1.7/master
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4627 from merrily01/master-typo.
    
    Closes #4627
    
    ac386f640 [maruilei] [Docs] Fix a typo in rest_api.md.
    
    Authored-by: maruilei <ma...@58.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 docs/client/rest/rest_api.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/client/rest/rest_api.md b/docs/client/rest/rest_api.md
index c622c401e..a531b9c78 100644
--- a/docs/client/rest/rest_api.md
+++ b/docs/client/rest/rest_api.md
@@ -397,7 +397,7 @@ curl --location --request POST 'http://localhost:10099/api/v1/batches' \
 
 The created [Batch](#batch) object.
 
-### GET /batches/{batchId}
+### GET /batches/${batchId}
 
 Returns the batch information.