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 2020/09/03 08:29:21 UTC

[GitHub] [apisix-dashboard] liuxiran commented on issue #434: Requirements for refactoring the Dashboard with Manager API

liuxiran commented on issue #434:
URL: https://github.com/apache/apisix-dashboard/issues/434#issuecomment-686339062


   if routeGroup merged, there are some **routeGroup** apis here: @juzhiyuan  @nic-chen 
   
   Create
   POST `/routegroups`
   
   Delete
   DELETE `/routegroups/:gid`
   
   Update
   PUT `/routegroups/:gid`
   
   Fetch List
   GET `/routegroups`
   
   Fetch Detail
   GET `/routegroups/:gid`
   
   Fetch name List
   GET `/names/routegroups`
   
   Check route group exit
   GET `/notexist/routegroups`


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

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