2. update profile's proxy
Update proxy of profile
Request
Params
Key
Value
Description
is_local
true/false
false: cloud profiles,
true: local profiles
Body
{
    "browser_update": [
        {
            "uuid": "734024cb-f04f-46fc-a615-1a9002b1cd21",
            "proxy": "HTTP|1.1.1.1|1234|user|123"
        },
        {
            "uuid": "7340243b-8714-4792-bbc2-336f19b7020f",
            "proxy": "HTTP|2.1.1.1|1234|user|123"
        }
       
    ]
} Response
{
    "type": "success",
    "title": "Edit successfully.",
    "content": []
}Last updated
