You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/06/28 16:39:14 UTC

[GitHub] [apisix] Patil2099 opened a new pull request #4498: Docs: added /apisix/admin/plugins/reload into admin-api.md

Patil2099 opened a new pull request #4498:
URL: https://github.com/apache/apisix/pull/4498


   Fixes #4495 
   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] github-actions[bot] closed pull request #4498: docs: added /apisix/admin/plugins/reload into admin-api.md

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed pull request #4498:
URL: https://github.com/apache/apisix/pull/4498


   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] github-actions[bot] commented on pull request #4498: docs: added /apisix/admin/plugins/reload into admin-api.md

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #4498:
URL: https://github.com/apache/apisix/pull/4498#issuecomment-937644377


   This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If you think that's incorrect or this pull request should instead be reviewed, please simply write any comment. Even if closed, you can still revive the PR at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander commented on a change in pull request #4498: docs: added /apisix/admin/plugins/reload into admin-api.md

Posted by GitBox <gi...@apache.org>.
spacewander commented on a change in pull request #4498:
URL: https://github.com/apache/apisix/pull/4498#discussion_r660208928



##########
File path: docs/en/latest/admin-api.md
##########
@@ -852,6 +852,7 @@ More examples can be found in [Certificate](./certificate.md).
 | GET    | /apisix/admin/plugin_configs             | NULL         | Fetch resource list                                                                                                                                                                                                                                                                                                       |
 | GET    | /apisix/admin/plugin_configs/{id}        | NULL         | Fetch resource                                                                                                                                                                                                                                                                                                            |
 | PUT    | /apisix/admin/plugin_configs/{id}        | {...}        | Create resource by ID                                                                                                                                                                                                                                                                                                     |
+| PUT    | /apisix/admin/plugins/reload        |     NULL    | Reload plugin                                                                                                                                                                                                                                                                                                       |

Review comment:
       It should be put into a separate section but not "/apisix/admin/plugin_configs"




-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander commented on a change in pull request #4498: docs: added /apisix/admin/plugins/reload into admin-api.md

Posted by GitBox <gi...@apache.org>.
spacewander commented on a change in pull request #4498:
URL: https://github.com/apache/apisix/pull/4498#discussion_r660208928



##########
File path: docs/en/latest/admin-api.md
##########
@@ -852,6 +852,7 @@ More examples can be found in [Certificate](./certificate.md).
 | GET    | /apisix/admin/plugin_configs             | NULL         | Fetch resource list                                                                                                                                                                                                                                                                                                       |
 | GET    | /apisix/admin/plugin_configs/{id}        | NULL         | Fetch resource                                                                                                                                                                                                                                                                                                            |
 | PUT    | /apisix/admin/plugin_configs/{id}        | {...}        | Create resource by ID                                                                                                                                                                                                                                                                                                     |
+| PUT    | /apisix/admin/plugins/reload        |     NULL    | Reload plugin                                                                                                                                                                                                                                                                                                       |

Review comment:
       It should be put into a separate section but not "/apisix/admin/plugin_configs"




-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] github-actions[bot] commented on pull request #4498: docs: added /apisix/admin/plugins/reload into admin-api.md

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #4498:
URL: https://github.com/apache/apisix/pull/4498#issuecomment-960615985


   This pull request/issue has been closed due to lack of activity. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] tzssangglass commented on pull request #4498: docs: added /apisix/admin/plugins/reload into admin-api.md

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on pull request #4498:
URL: https://github.com/apache/apisix/pull/4498#issuecomment-875809681


   hi, @Patil2099, any news?


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] github-actions[bot] commented on pull request #4498: docs: added /apisix/admin/plugins/reload into admin-api.md

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #4498:
URL: https://github.com/apache/apisix/pull/4498#issuecomment-937644377


   This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If you think that's incorrect or this pull request should instead be reviewed, please simply write any comment. Even if closed, you can still revive the PR at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org