Adjust ProxyHostObject in api.swagger.json
This commit is contained in:
parent
a92624d086
commit
72abe50799
1 changed files with 8 additions and 0 deletions
|
@ -1124,6 +1124,8 @@
|
||||||
"advanced_config",
|
"advanced_config",
|
||||||
"meta",
|
"meta",
|
||||||
"allow_websocket_upgrade",
|
"allow_websocket_upgrade",
|
||||||
|
"proxy_support_enabled",
|
||||||
|
"load_balancer_ip",
|
||||||
"http2_support",
|
"http2_support",
|
||||||
"forward_scheme",
|
"forward_scheme",
|
||||||
"enabled",
|
"enabled",
|
||||||
|
@ -1197,6 +1199,12 @@
|
||||||
"allow_websocket_upgrade": {
|
"allow_websocket_upgrade": {
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
|
"proxy_support_enabled": {
|
||||||
|
"type": "integer"
|
||||||
|
},
|
||||||
|
"load_balancer_ip": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"http2_support": {
|
"http2_support": {
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue