membphis opened a new issue #933:
URL: https://github.com/apache/apisix-dashboard/issues/933


   ```go
   {
           caseDesc: "update the route (r1)",
           Object:   ManagerApiExpect(t),
           Path:     "/apisix/admin/routes/r1",
           Method:   http.MethodPut,
           Body: `{
                           "uri": "/hello",
                           "name": "new jack",
                           "create_time": 1606726340,    // throw an error if 
it was specified
                           "update_time": 1606726340,    // throw an error if 
it was specified
                           "desc": "new desc",
                           "upstream": {
                                   "type": "roundrobin",
                                   "nodes": [{
                                           "host": "172.16.238.20",
                                           "port": 1980,
                                           "weight": 1
                                   }]
                           }
                   }`
   },
   ```
   
   original comment: 
https://github.com/apache/apisix-dashboard/pull/927/files#r533114051


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