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",
|
||||
"meta",
|
||||
"allow_websocket_upgrade",
|
||||
"proxy_support_enabled",
|
||||
"load_balancer_ip",
|
||||
"http2_support",
|
||||
"forward_scheme",
|
||||
"enabled",
|
||||
|
@ -1197,6 +1199,12 @@
|
|||
"allow_websocket_upgrade": {
|
||||
"type": "integer"
|
||||
},
|
||||
"proxy_support_enabled": {
|
||||
"type": "integer"
|
||||
},
|
||||
"load_balancer_ip": {
|
||||
"type": "string"
|
||||
},
|
||||
"http2_support": {
|
||||
"type": "integer"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue