This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new e403a8183b8 [fix]modify error description of Request and Examples (#1198) e403a8183b8 is described below commit e403a8183b8495b3a4edc712da4d60c931f3786e Author: ZhenchaoXu <49646212+i...@users.noreply.github.com> AuthorDate: Mon Oct 21 12:02:31 2024 +0800 [fix]modify error description of Request and Examples (#1198) # Versions - [x] dev - [x] 3.0 - [x] 2.1 - [ ] 2.0 # Languages - [x] Chinese - [x] English --- .../version-2.1/admin-manual/open-api/be-http/check-tablet-segment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/open-api/be-http/check-tablet-segment.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/open-api/be-http/check-tablet-segment.md index bfb7dcbb8d0..85a79fa2ccc 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/open-api/be-http/check-tablet-segment.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/open-api/be-http/check-tablet-segment.md @@ -28,7 +28,7 @@ under the License. ## Request -`GET /api/check_tablet_segment_lost?repair={bool}` +`POST /api/check_tablet_segment_lost?repair={bool}` ## Description @@ -70,6 +70,6 @@ under the License. ```shell - curl http://127.0.0.1:8040/api/check_tablet_segment_lost?repair=false + curl -X POST http://127.0.0.1:8040/api/check_tablet_segment_lost?repair=false ``` --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org