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/incubator-kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 9d0b6909d [KYUUBI #3621][DOCS] Add a hint in create batch REST api
9d0b6909d is described below
commit 9d0b6909dbd45cc65595a23071a0cac8214df32e
Author: Luning Wang <[email protected]>
AuthorDate: Wed Oct 19 00:25:09 2022 +0800
[KYUUBI #3621][DOCS] Add a hint in create batch REST api
### _Why are the changes needed?_
Add a hint in creating batch REST API.
### _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
- [x] [Run
test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests)
locally before make a pull request
Closes #3622 from deadwind4/create-batch-rest-doc.
Closes #3621
0d1e6764 [Luning Wang] [KYUUBI #3621][DOCS] Add a hint in create batch REST
api
Authored-by: Luning Wang <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
docs/client/rest/rest_api.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/client/rest/rest_api.md b/docs/client/rest/rest_api.md
index cf0c8643a..cc8e1a8e4 100644
--- a/docs/client/rest/rest_api.md
+++ b/docs/client/rest/rest_api.md
@@ -289,6 +289,8 @@ Returns all the batches.
### POST /batches
+Create a new batch.
+
#### Request Body
| Name | Description | Type
|