-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
apache/pulsar-site
#583Labels
doc-requiredYour PR changes impact docs and you will update later.Your PR changes impact docs and you will update later.
Description
Search before asking
- I searched in the 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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
doc-requiredYour PR changes impact docs and you will update later.Your PR changes impact docs and you will update later.
