# 2. update profile's proxy

Update proxy of profile

### **Request** <a href="#request-1" id="request-1"></a>

| Method | URL                                                            |
| ------ | -------------------------------------------------------------- |
| POST   | <http://127.0.0.1:2222/v2/browser/proxy/update?is_local=false> |

### **Params** <a href="#body-1" id="body-1"></a>

| Key       | Value      | Description                                              |
| --------- | ---------- | -------------------------------------------------------- |
| is\_local | true/false | <p>false: cloud profiles,</p><p>true: local profiles</p> |

### **Body** <a href="#body-1-1" id="body-1-1"></a>

```
{
    "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"
        }
       
    ]
}
```

### &#x20;**Response** <a href="#id-3.-response" id="id-3.-response"></a>

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

[<br>](https://docs.hidemium.io/use-cases/api-automation-v2/proxy/1.-update-proxy)
