Anonymitaet commented on a change in pull request #11146:
URL: https://github.com/apache/pulsar/pull/11146#discussion_r660474494



##########
File path: site2/docs/admin-api-overview.md
##########
@@ -9,15 +9,26 @@ The Pulsar admin interface enables you to manage all 
important entities in a Pul
 You can interact with the admin interface via:
 
 - HTTP calls, which are made against the admin {@inject: rest:REST:/} API 
provided by Pulsar brokers. For some RESTful APIs, they might be redirected to 
the owner brokers for serving with [`307 Temporary 
Redirect`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/307), hence 
the HTTP callers should handle `307 Temporary Redirect`. If you use `curl` 
commands, you should specify `-L` to handle redirections.
+  
+  > **Tip**

Review comment:
       Updated these "tips" to "important" for keeping consistent.




-- 
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]


Reply via email to