Skip to content

Commit

Permalink
[KYUUBI apache#4627] [Docs] Fix a typo in rest_api.md.
Browse files Browse the repository at this point in the history
### _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 apache#4627 from merrily01/master-typo.

Closes apache#4627

ac386f6 [maruilei] [Docs] Fix a typo in rest_api.md.

Authored-by: maruilei <maruilei@58.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
  • Loading branch information
merrily01 authored and pan3793 committed Mar 28, 2023
1 parent 6a7c571 commit 6d8fe6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/client/rest/rest_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6d8fe6c

Please sign in to comment.