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
   GET `/names/upstreams`
   
   ### Check if there has SSL Cert with targeting Host
   POST `/check_ssl_exists`
   
   ## Upstream
   ### Create
   POST `/upstreams`
   
   ### Delete
   DELETE `/upstreams/:id`
   
   ### Update
   PUT `/upstreams/:id`
   
   ### Fetch List
   GET `/upstreams`
   
   ### Fetch Detail
   GET `/upstreams/:id`
   
   ## SSL
   ### Create
   POST `/ssls`
   
   ### Delete
   DELETE `/ssls/:id`
   
   ### Update
   PUT `/ssls/:id`
   
   ### Fetch List
   GET `/ssls`
   
   ### Verify SSL Key pair
   POST `/check_ssl_cert`
   
   ### Switch enable status
   PATCH `/check_ssl_cert`
   
   ## Consumer
   ### Create
   POST `/consumers`
   
   ### Delete
   DELETE `/consumers/:id`
   
   ### Update
   PUT `/consumers/:id`
   
   ### Fetch List
   GET `/consumers`
   
   ### Fetch Detail
   GET `/consumers/:id`
   
   ## User
   ### Login
   POST `/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:
us...@infra.apache.org


Reply via email to