This is an automated email from the ASF dual-hosted git repository.
bowenliang 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 be8ae75c8 [KYUUBI #6658] [DOCS] Fixed typo in REST API docs
be8ae75c8 is described below
commit be8ae75c8878c97816652b05605090ef8c93e018
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]>
---
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 d42cd7bf3..0bd1316d2 100644
--- a/docs/client/rest/rest_api.md
+++ b/docs/client/rest/rest_api.md
@@ -392,7 +392,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