mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-03 12:37:36 +08:00
docs: modify the error content in admin-api.md file (#4512)
This commit is contained in:
parent
95ac6fa143
commit
d902cb197b
@ -618,9 +618,7 @@ $ curl http://127.0.0.1:9080/apisix/admin/upstreams/100 -H 'X-API-KEY: edd1c9f0
|
||||
{
|
||||
"type":"roundrobin",
|
||||
"nodes":{
|
||||
"127.0.0.1:80":1,
|
||||
"127.0.0.2:80":2,
|
||||
"foo.com:80":3
|
||||
"39.97.63.215:80": 1
|
||||
}
|
||||
}'
|
||||
HTTP/1.1 201 Created
|
||||
|
@ -623,9 +623,7 @@ $ curl http://127.0.0.1:9080/apisix/admin/upstreams/100 -H 'X-API-KEY: edd1c9f0
|
||||
{
|
||||
"type":"roundrobin",
|
||||
"nodes":{
|
||||
"127.0.0.1:80":1,
|
||||
"127.0.0.2:80":2,
|
||||
"foo.com:80":3
|
||||
"39.97.63.215:80": 1
|
||||
}
|
||||
}'
|
||||
HTTP/1.1 201 Created
|
||||
|
Loading…
Reference in New Issue
Block a user