BewareMyPower opened a new issue, #20345: URL: https://github.com/apache/pulsar/issues/20345
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### What issue do you find in Pulsar docs? For example, see https://pulsar.apache.org/docs/3.0.x/admin-api-schemas/#set-schema-compatibility-check-strategy The original document is: ``` Send a `GET` request to this endpoint: {@inject: endpoint|GET|/admin/v2/namespaces/:tenant/:namespace|operation/schemaCompatibilityStrategy?version=@pulsar:version_number@} ```  However, the website only shows `GET|/admin/v2/namespaces/:tenant/:namespace`. The complete URL path should be `GET|/admin/v2/namespaces/:tenant/:namespace/schemaCompatibilityStrategy`. Besides, the query params are ignored as well but I think they are not important. ### What is your suggestion? We should parse the REST API after the `@inject` annotation with a correct way. ### Any reference? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
