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

bowenliang pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.9 by this push:
     new e0d2fe8a9 [KYUUBI #6658] [DOCS] Fixed typo in REST API docs
e0d2fe8a9 is described below

commit e0d2fe8a9dbfa6b033371007360f8e49520ea77a
Author: chengpeiming <[email protected]>
AuthorDate: Tue Sep 3 08:42:29 2024 +0800

    [KYUUBI #6658] [DOCS] Fixed typo in REST API docs
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    ## Describe Your Solution ๐Ÿ”ง
    
    - fix the typo in REST API docs
    
    ## Types of changes :bookmark:
    
    - [x] Bugfix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
    
    ## Test Plan ๐Ÿงช
    
    #### Behavior Without This Pull Request :coffin:
    
    #### Behavior With This Pull Request :tada:
    
    #### Related Unit Tests
    
    ---
    
    # Checklist ๐Ÿ“
    
    - [x] This patch was not authored or co-authored using [Generative 
Tooling](https://www.apache.org/legal/generative-tooling.html)
    
    **Be nice. Be informative.**
    
    Closes #6658 from pionCham/fix-typos.
    
    Closes #6658
    
    e8937f1e0 [chengpeiming] Fixed typos in rest_api.md
    
    Authored-by: chengpeiming <[email protected]>
    Signed-off-by: liangbowen <[email protected]>
    (cherry picked from commit be8ae75c8878c97816652b05605090ef8c93e018)
    Signed-off-by: liangbowen <[email protected]>
---
 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 4f28dec05..76794bf9b 100644
--- a/docs/client/rest/rest_api.md
+++ b/docs/client/rest/rest_api.md
@@ -391,7 +391,7 @@ curl --location --request POST 
'http://localhost:10099/api/v1/batches' \
 
 | Name         | Description                                                   
                                    | Media Type       |
 
|:-------------|:--------------------------------------------------------------------------------------------------|:-----------------|
-| batchRequest | The batch request in JSON format as request body requried in 
[POST /batches](#post-batches)       | application/json |
+| batchRequest | The batch request in JSON format as request body required in 
[POST /batches](#post-batches)       | application/json |
 | resourceFile | The resource to upload and execute, which will be cached on 
server and cleaned up after execution | File             |
 
 #### Response Body

Reply via email to