From 6d8fe6c381a96165026ec8f3427cfa7c4db46497 Mon Sep 17 00:00:00 2001 From: maruilei Date: Tue, 28 Mar 2023 18:14:39 +0800 Subject: [PATCH] [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 Signed-off-by: Cheng Pan --- 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 c622c401e23..a531b9c78d1 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.