monkeyDluffy6017 commented on code in PR #9580: URL: https://github.com/apache/apisix/pull/9580#discussion_r1263568078
########## docs/en/latest/admin-api.md: ########## @@ -1339,26 +1347,10 @@ curl "http://127.0.0.1:9180/apisix/admin/plugins/key-auth" -H 'X-API-KEY: ed :::tip -You can use the `/apisix/admin/plugins?all=true` API to get all properties of all plugins. - -Each Plugin has the attributes `name`, `priority`, `type`, `schema`, `consumer_schema` and `version`. - -Defaults to only L7 Plugins. If you need to get attributes of L4 / Stream Plugins, use `/apisix/admin/plugins?all=true&subsystem=stream`. +You can use the `/apisix/admin/plugins?all=true` API to get all properties of all plugins. The query param `?all=true` will be deprecated soon. Review Comment: ```suggestion You can use the `/apisix/admin/plugins?all=true` API to get all properties of all plugins. This API will be deprecated soon. ``` -- 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]
