Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit e95ca37

Browse files
committed
Update API references
1 parent 824de03 commit e95ca37

File tree

1 file changed

+78
-1
lines changed

1 file changed

+78
-1
lines changed

docs/static/openapi/cortex.json

Lines changed: 78 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1792,7 +1792,24 @@
17921792
},
17931793
"verify_proxy_ssl": {
17941794
"type": "boolean",
1795+
"description": "test",
17951796
"example": false
1797+
},
1798+
"verify_proxy_host_ssl": {
1799+
"type": "boolean",
1800+
"example": false
1801+
},
1802+
"verify_peer_ssl": {
1803+
"type": "boolean",
1804+
"example": false
1805+
},
1806+
"verify_host_ssl": {
1807+
"type": "boolean",
1808+
"example": false
1809+
},
1810+
"no_proxy": {
1811+
"type": "string",
1812+
"example": "localhost"
17961813
}
17971814
}
17981815
},
@@ -1801,7 +1818,15 @@
18011818
"http://localhost:39281",
18021819
"https://cortex.so"
18031820
],
1804-
"cors": false
1821+
"cors": false,
1822+
"proxy_username": "username",
1823+
"proxy_password": "password",
1824+
"proxy_url": "http://proxy.example.com:8080",
1825+
"verify_proxy_ssl": false,
1826+
"verify_proxy_host_ssl": false,
1827+
"verify_peer_ssl": false,
1828+
"verify_host_ssl": false,
1829+
"no_proxy": "localhost"
18051830
}
18061831
}
18071832
}
@@ -1851,6 +1876,26 @@
18511876
"type": "boolean",
18521877
"description": "Indicates whether to verify the SSL certificate of the proxy server.",
18531878
"example": false
1879+
},
1880+
"verify_proxy_host_ssl": {
1881+
"type": "boolean",
1882+
"description": "Indicates whether to verify the SSL certificate of the proxy server host.",
1883+
"example": false
1884+
},
1885+
"verify_peer_ssl": {
1886+
"type": "boolean",
1887+
"description": "Indicates whether to verify the SSL certificate of the peer.",
1888+
"example": false
1889+
},
1890+
"verify_host_ssl": {
1891+
"type": "boolean",
1892+
"description": "Indicates whether to verify the SSL certificate of the host.",
1893+
"example": false
1894+
},
1895+
"no_proxy": {
1896+
"type": "string",
1897+
"description": "List of hosts that should not be proxied.",
1898+
"example": "localhost"
18541899
}
18551900
}
18561901
}
@@ -1881,6 +1926,38 @@
18811926
"cors": {
18821927
"type": "boolean",
18831928
"example": false
1929+
},
1930+
"proxy_username": {
1931+
"type": "string",
1932+
"example": "username"
1933+
},
1934+
"proxy_password": {
1935+
"type": "string",
1936+
"example": "password"
1937+
},
1938+
"proxy_url": {
1939+
"type": "string",
1940+
"example": "http://proxy.example.com:8080"
1941+
},
1942+
"verify_proxy_ssl": {
1943+
"type": "boolean",
1944+
"example": false
1945+
},
1946+
"verify_proxy_host_ssl": {
1947+
"type": "boolean",
1948+
"example": false
1949+
},
1950+
"verify_peer_ssl": {
1951+
"type": "boolean",
1952+
"example": false
1953+
},
1954+
"verify_host_ssl": {
1955+
"type": "boolean",
1956+
"example": false
1957+
},
1958+
"no_proxy": {
1959+
"type": "string",
1960+
"example": "localhost"
18841961
}
18851962
}
18861963
},

0 commit comments

Comments
 (0)