The route created by admin API is missing fields in the dashboard display.
This is an example provided by APISIX
$ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
{
"uri": "/",
"plugins": {
"jwt-auth": {}
},
"upstream": {
"type": "roundrobin",
"nodes": {
"139.217.190.60:80": 1
}
}
}'
after create the route, the dashboard display like this:

I think there should be default values of Name, Path, UpdateAt when the route was created like that.
The route created by admin API is missing fields in the dashboard display.
This is an example provided by APISIX
after create the route, the dashboard display like this:

I think there should be default values of Name, Path, UpdateAt when the route was created like that.