juzhiyuan edited a comment on issue #434:
URL: 
https://github.com/apache/apisix-dashboard/issues/434#issuecomment-686153897


   # APIs 
   ## Route
   ### Create
   POST `/routes`
   
   ### Delete
   DELETE `/routes/:I’d `
   
   ### Update
   PUT `/routes/:id`
   
   ### Fetch List
   GET `/routes`
   
   ### Fetch Detail
   GET `/routes/:id`
   
   ### Check if there has routes with same name
   GET `/notexist/routes`
   
   ### Fetch Upstream List
   `/names/upstreams`
   
   ### Check if there has SSL Cert with targeting Host
   POST `/check_ssl_exists`
   
   ## Upstream
   ### Create
   ### Delete
   ### Update
   ### Fetch List
   ### Fetch Detail
   
   ## SSL
   ### Create
   ### Delete
   ### Update
   ### Fetch List
   ### Fetch Detail
   ### Verify SSL Key pair
   ### Switch enable status
   
   ## Consumer
   ### Create
   ### Delete
   ### Update
   ### Fetch List
   ### Fetch Detail
   
   ## User
   ### Login
   
   ## Other
   ### Get Plugin Schema
   `/schema/plugins/:name`
   ### Get Plugin List
   `/plugins`


----------------------------------------------------------------
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:
[email protected]


Reply via email to