From be8ae75c8878c97816652b05605090ef8c93e018 Mon Sep 17 00:00:00 2001 From: chengpeiming Date: Tue, 3 Sep 2024 08:42:29 +0800 Subject: [PATCH] [KYUUBI #6658] [DOCS] Fixed typo in REST API docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # :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 Signed-off-by: liangbowen --- 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 d42cd7bf3d8..0bd1316d2b4 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