Engine

Update proxy settings

Updates only the proxy settings

put/api/proxy

Request body

proxyEnabledboolean required

Whether the proxy is enabled.

proxyPortnumber double nullable required

The port for the proxy, if enabled.

forwardProxyUrlstring nullable required

The URL of the upstream proxy to forward requests through.

forwardProxyUsernamestring nullable required

The username for upstream proxy authentication.

forwardProxyPasswordstring nullable required

The password for upstream proxy authentication.

proxyUsernamestring nullable required

The username for proxy server authentication.

proxyPasswordstring nullable required

The password for proxy server authentication.

Response

Engine proxy settings updated successfully

Changes