boluor opened a new pull request, #3685: URL: https://github.com/apache/doris-website/pull/3685
## Summary In the FE `check-decommission-action` API doc, the examples listed the same BE address twice: - **#27** — the Response sample `data` array had `192.168.10.11:9050` duplicated. - **#28** — the example request passed `host_ports=192.168.10.11:9050,192.168.10.11:9050` (same BE twice). Changed the duplicated second occurrence to a distinct node `192.168.10.12:9050`. Also updated the example response `data` (which previously returned only one node) to return both nodes, so the example request and its response stay consistent. Applied across all 12 affected versions (EN + ZH, next/4.x/3.x/2.1/2.0/1.2). ## Test plan - [x] Verified the duplicated addresses in the Response sample and the Examples request - [x] Verified the example request/response are now internally consistent (request asks about 2 BEs, response returns 2) -- 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]
