membphis commented on code in PR #11597:
URL: https://github.com/apache/apisix/pull/11597#discussion_r1774552644


##########
docs/en/latest/plugin-develop.md:
##########
@@ -439,20 +439,21 @@ end
 
 ## register public API
 
-A plugin can register API which exposes to the public. Take jwt-auth plugin as 
an example, this plugin registers `GET /apisix/plugin/jwt/sign` to allow client 
to sign its key:
+A plugin can register API which exposes to the public. Take wolf-rbac plugin 
as an example, this plugin registers `POST /apisix/plugin/wolf-rbac/login` to 
allow a client to login and get the wolf rbac_token:

Review Comment:
   we can use `batch-request` as new example for developer



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