boluor opened a new pull request, #3683:
URL: https://github.com/apache/doris-website/pull/3683
## Summary
Two errors in the FE `query-profile-action` API doc
(`admin-manual/open-api/fe-http/query-profile-action.md`):
- **#23** — The endpoint summary near the top listed `GET
/rest/v2/manager/query/trace/{trace_id}`, but the actual "Get Query Id By Trace
Id" section and its body consistently use
`/rest/v2/manager/query/trace_id/{trace_id}`. Corrected the summary line.
- **#24** — An orphan closing code fence appeared right after the "Current
running queries" column-description table. With no matching opener it started
an unbalanced code block that swallowed and corrupted rendering of the rest of
the page. Removed it.
Scope: #23 affects all 12 versions (EN + ZH, next/4.x/3.x/2.1/2.0/1.2). #24
only affects the versions with the newer column-table structure — EN next + 4.x
and ZH next + 4.x (4 files).
## Test plan
- [x] Verified the "Get Query Id By Trace Id" section uses
`trace_id/{trace_id}`
- [x] Traced the code fences to confirm the removed ``` was genuinely
orphan/unbalanced
- [x] Confirmed no buggy `query/trace/{trace_id}` occurrence remains
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]