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 identifierproxy- The new information about the proxyenable- Pass true to immediately enable the proxyclient_id- The client id to send the request to