2. update profile's proxy

Update proxy of profile

Request

MethodURL

POST

http://127.0.0.1:5555/update-proxy-profile

Body

{
    "browser_update":[
        {
            "uuid":"99321674-b6c5-4004-a182-be6147beea3e",
            "proxy":"SOCKS5|192.168.30.51|8080|123|121"
        }
    ]
}
  • uuid: UUID of profile

  • proxy: Proxy wants to update to profile, in the format: type|ip_address|port|username|pass

Response

{
    "type": "success",
    "title": "Edit successfully.",
    "content": []
}

Last updated