Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REST API examples are missing /admin path prefix #66

Closed
merlimat opened this issue Oct 17, 2016 · 1 comment
Closed

REST API examples are missing /admin path prefix #66

merlimat opened this issue Oct 17, 2016 · 1 comment
Labels
doc Your PR contains doc changes, no matter whether the changes are in markdown or code files.

Comments

@merlimat
Copy link
Contributor

In https://github.com/yahoo/pulsar/blob/master/docs/AdminTools.md all the REST API examples are missing the /admin prefix. Eg:

GET /brokers/{cluster}/{broker}/ownedNamespaces

should actually be:

GET /admin/brokers/{cluster}/{broker}/ownedNamespaces
@merlimat merlimat added the doc Your PR contains doc changes, no matter whether the changes are in markdown or code files. label Oct 17, 2016
@merlimat merlimat added this to the 1.15 milestone Oct 17, 2016
@merlimat merlimat removed this from the 1.15 milestone Oct 17, 2016
@merlimat
Copy link
Contributor Author

Fixed in #71

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Your PR contains doc changes, no matter whether the changes are in markdown or code files.
Projects
None yet
Development

No branches or pull requests

2 participants