Skip to main content

edit_proxy

Function edit_proxy 

Source
pub async fn edit_proxy(
    proxy_id: i32,
    proxy: Proxy,
    enable: bool,
    client_id: i32,
) -> Result<AddedProxy, Error>
Expand description

Edits an existing proxy server for network requests. Can be called before authorization

ยงArguments

  • proxy_id - Proxy identifier
  • proxy - The new information about the proxy
  • enable - Pass true to immediately enable the proxy
  • client_id - The client id to send the request to