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 ecd4331dffc [fix] correct malformed query string in be-http meta API
example (#3681)
ecd4331dffc is described below
commit ecd4331dffc845eefe03fa5784ddd850df0ac866
Author: boluor <[email protected]>
AuthorDate: Wed May 20 00:21:05 2026 -0700
[fix] correct malformed query string in be-http meta API example (#3681)
## Summary
In the be-http "View Meta" API doc
(`admin-manual/open-api/be-http/meta.md`), the curl example joined the
query parameter with `&` directly after the path segment:
```
curl "http://127.0.0.1:8040/api/meta/header/148193&byte_to_base64=true"
```
Per the request spec in the same doc — `GET
/api/meta/header/{tablet_id}?byte_to_base64={bool}` — the query string
must start with `?`. Corrected `148193&byte_to_base64=true` to
`148193?byte_to_base64=true`.
Applied across all affected versions: EN (next + 2.1/3.x/4.x) and
Chinese (next + 2.1/3.x/4.x).
## Test plan
- [x] Verified against the request spec line in the same doc
---------
Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
---
docs/admin-manual/open-api/be-http/meta.md | 32 +++++++++++-----------
.../current/admin-manual/open-api/be-http/meta.md | 32 +++++++++++-----------
.../admin-manual/open-api/be-http/meta.md | 32 +++++++++++-----------
.../admin-manual/open-api/be-http/meta.md | 32 +++++++++++-----------
.../admin-manual/open-api/be-http/meta.md | 32 +++++++++++-----------
.../admin-manual/open-api/be-http/meta.md | 32 +++++++++++-----------
.../admin-manual/open-api/be-http/meta.md | 32 +++++++++++-----------
.../admin-manual/open-api/be-http/meta.md | 32 +++++++++++-----------
8 files changed, 128 insertions(+), 128 deletions(-)
diff --git a/docs/admin-manual/open-api/be-http/meta.md
b/docs/admin-manual/open-api/be-http/meta.md
index 6c8ba745b88..ccbdeda7b16 100644
--- a/docs/admin-manual/open-api/be-http/meta.md
+++ b/docs/admin-manual/open-api/be-http/meta.md
@@ -32,24 +32,24 @@ None
## Response
- ```
- {
- "table_id": 148107,
- "partition_id": 148104,
- "tablet_id": 148193,
- "schema_hash": 2090621954,
- "shard_id": 38,
- "creation_time": 1673253868,
- "cumulative_layer_point": -1,
- "tablet_state": "PB_RUNNING",
- ...
- }
- ```
+```
+{
+ "table_id": 148107,
+ "partition_id": 148104,
+ "tablet_id": 148193,
+ "schema_hash": 2090621954,
+ "shard_id": 38,
+ "creation_time": 1673253868,
+ "cumulative_layer_point": -1,
+ "tablet_state": "PB_RUNNING",
+ ...
+}
+```
## Examples
- ```
- curl "http://127.0.0.1:8040/api/meta/header/148193&byte_to_base64=true"
+```
+curl "http://127.0.0.1:8040/api/meta/header/148193?byte_to_base64=true"
- ```
+```
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/open-api/be-http/meta.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/open-api/be-http/meta.md
index 58dcf6034be..c27a911ad21 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/open-api/be-http/meta.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/open-api/be-http/meta.md
@@ -30,24 +30,24 @@
## 响应
- ```json
- {
- "table_id": 148107,
- "partition_id": 148104,
- "tablet_id": 148193,
- "schema_hash": 2090621954,
- "shard_id": 38,
- "creation_time": 1673253868,
- "cumulative_layer_point": -1,
- "tablet_state": "PB_RUNNING",
- ...
- }
- ```
+```json
+{
+ "table_id": 148107,
+ "partition_id": 148104,
+ "tablet_id": 148193,
+ "schema_hash": 2090621954,
+ "shard_id": 38,
+ "creation_time": 1673253868,
+ "cumulative_layer_point": -1,
+ "tablet_state": "PB_RUNNING",
+ ...
+}
+```
## 示例
- ```shell
- curl "http://127.0.0.1:8040/api/meta/header/148193&byte_to_base64=true"
+```shell
+curl "http://127.0.0.1:8040/api/meta/header/148193?byte_to_base64=true"
- ```
+```
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/open-api/be-http/meta.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/open-api/be-http/meta.md
index 7fbce2e51a4..8afaf3fc350 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/open-api/be-http/meta.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/open-api/be-http/meta.md
@@ -30,24 +30,24 @@
## Response
- ```json
- {
- "table_id": 148107,
- "partition_id": 148104,
- "tablet_id": 148193,
- "schema_hash": 2090621954,
- "shard_id": 38,
- "creation_time": 1673253868,
- "cumulative_layer_point": -1,
- "tablet_state": "PB_RUNNING",
- ...
- }
- ```
+```json
+{
+ "table_id": 148107,
+ "partition_id": 148104,
+ "tablet_id": 148193,
+ "schema_hash": 2090621954,
+ "shard_id": 38,
+ "creation_time": 1673253868,
+ "cumulative_layer_point": -1,
+ "tablet_state": "PB_RUNNING",
+ ...
+}
+```
## Examples
- ```shell
- curl "http://127.0.0.1:8040/api/meta/header/148193&byte_to_base64=true"
+```shell
+curl "http://127.0.0.1:8040/api/meta/header/148193?byte_to_base64=true"
- ```
+```
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/admin-manual/open-api/be-http/meta.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/admin-manual/open-api/be-http/meta.md
index 7fbce2e51a4..8afaf3fc350 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/admin-manual/open-api/be-http/meta.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/admin-manual/open-api/be-http/meta.md
@@ -30,24 +30,24 @@
## Response
- ```json
- {
- "table_id": 148107,
- "partition_id": 148104,
- "tablet_id": 148193,
- "schema_hash": 2090621954,
- "shard_id": 38,
- "creation_time": 1673253868,
- "cumulative_layer_point": -1,
- "tablet_state": "PB_RUNNING",
- ...
- }
- ```
+```json
+{
+ "table_id": 148107,
+ "partition_id": 148104,
+ "tablet_id": 148193,
+ "schema_hash": 2090621954,
+ "shard_id": 38,
+ "creation_time": 1673253868,
+ "cumulative_layer_point": -1,
+ "tablet_state": "PB_RUNNING",
+ ...
+}
+```
## Examples
- ```shell
- curl "http://127.0.0.1:8040/api/meta/header/148193&byte_to_base64=true"
+```shell
+curl "http://127.0.0.1:8040/api/meta/header/148193?byte_to_base64=true"
- ```
+```
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/open-api/be-http/meta.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/open-api/be-http/meta.md
index 58dcf6034be..c27a911ad21 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/open-api/be-http/meta.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/open-api/be-http/meta.md
@@ -30,24 +30,24 @@
## 响应
- ```json
- {
- "table_id": 148107,
- "partition_id": 148104,
- "tablet_id": 148193,
- "schema_hash": 2090621954,
- "shard_id": 38,
- "creation_time": 1673253868,
- "cumulative_layer_point": -1,
- "tablet_state": "PB_RUNNING",
- ...
- }
- ```
+```json
+{
+ "table_id": 148107,
+ "partition_id": 148104,
+ "tablet_id": 148193,
+ "schema_hash": 2090621954,
+ "shard_id": 38,
+ "creation_time": 1673253868,
+ "cumulative_layer_point": -1,
+ "tablet_state": "PB_RUNNING",
+ ...
+}
+```
## 示例
- ```shell
- curl "http://127.0.0.1:8040/api/meta/header/148193&byte_to_base64=true"
+```shell
+curl "http://127.0.0.1:8040/api/meta/header/148193?byte_to_base64=true"
- ```
+```
diff --git a/versioned_docs/version-2.1/admin-manual/open-api/be-http/meta.md
b/versioned_docs/version-2.1/admin-manual/open-api/be-http/meta.md
index 6c8ba745b88..ccbdeda7b16 100644
--- a/versioned_docs/version-2.1/admin-manual/open-api/be-http/meta.md
+++ b/versioned_docs/version-2.1/admin-manual/open-api/be-http/meta.md
@@ -32,24 +32,24 @@ None
## Response
- ```
- {
- "table_id": 148107,
- "partition_id": 148104,
- "tablet_id": 148193,
- "schema_hash": 2090621954,
- "shard_id": 38,
- "creation_time": 1673253868,
- "cumulative_layer_point": -1,
- "tablet_state": "PB_RUNNING",
- ...
- }
- ```
+```
+{
+ "table_id": 148107,
+ "partition_id": 148104,
+ "tablet_id": 148193,
+ "schema_hash": 2090621954,
+ "shard_id": 38,
+ "creation_time": 1673253868,
+ "cumulative_layer_point": -1,
+ "tablet_state": "PB_RUNNING",
+ ...
+}
+```
## Examples
- ```
- curl "http://127.0.0.1:8040/api/meta/header/148193&byte_to_base64=true"
+```
+curl "http://127.0.0.1:8040/api/meta/header/148193?byte_to_base64=true"
- ```
+```
diff --git a/versioned_docs/version-3.x/admin-manual/open-api/be-http/meta.md
b/versioned_docs/version-3.x/admin-manual/open-api/be-http/meta.md
index 6c8ba745b88..ccbdeda7b16 100644
--- a/versioned_docs/version-3.x/admin-manual/open-api/be-http/meta.md
+++ b/versioned_docs/version-3.x/admin-manual/open-api/be-http/meta.md
@@ -32,24 +32,24 @@ None
## Response
- ```
- {
- "table_id": 148107,
- "partition_id": 148104,
- "tablet_id": 148193,
- "schema_hash": 2090621954,
- "shard_id": 38,
- "creation_time": 1673253868,
- "cumulative_layer_point": -1,
- "tablet_state": "PB_RUNNING",
- ...
- }
- ```
+```
+{
+ "table_id": 148107,
+ "partition_id": 148104,
+ "tablet_id": 148193,
+ "schema_hash": 2090621954,
+ "shard_id": 38,
+ "creation_time": 1673253868,
+ "cumulative_layer_point": -1,
+ "tablet_state": "PB_RUNNING",
+ ...
+}
+```
## Examples
- ```
- curl "http://127.0.0.1:8040/api/meta/header/148193&byte_to_base64=true"
+```
+curl "http://127.0.0.1:8040/api/meta/header/148193?byte_to_base64=true"
- ```
+```
diff --git a/versioned_docs/version-4.x/admin-manual/open-api/be-http/meta.md
b/versioned_docs/version-4.x/admin-manual/open-api/be-http/meta.md
index 6c8ba745b88..ccbdeda7b16 100644
--- a/versioned_docs/version-4.x/admin-manual/open-api/be-http/meta.md
+++ b/versioned_docs/version-4.x/admin-manual/open-api/be-http/meta.md
@@ -32,24 +32,24 @@ None
## Response
- ```
- {
- "table_id": 148107,
- "partition_id": 148104,
- "tablet_id": 148193,
- "schema_hash": 2090621954,
- "shard_id": 38,
- "creation_time": 1673253868,
- "cumulative_layer_point": -1,
- "tablet_state": "PB_RUNNING",
- ...
- }
- ```
+```
+{
+ "table_id": 148107,
+ "partition_id": 148104,
+ "tablet_id": 148193,
+ "schema_hash": 2090621954,
+ "shard_id": 38,
+ "creation_time": 1673253868,
+ "cumulative_layer_point": -1,
+ "tablet_state": "PB_RUNNING",
+ ...
+}
+```
## Examples
- ```
- curl "http://127.0.0.1:8040/api/meta/header/148193&byte_to_base64=true"
+```
+curl "http://127.0.0.1:8040/api/meta/header/148193?byte_to_base64=true"
- ```
+```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]