> For the complete documentation index, see [llms.txt](https://docs.hidemium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidemium.io/hidemium-4/i.-bat-dau-voi-hidemium/api-automation-v4/proxy/1.-update-proxy.md).

# 1. Update proxy

Update proxy of profile

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

| Method | URL                                                       |
| ------ | --------------------------------------------------------- |
| PUT    | <http://localhost:2222/v2/proxy/quick-edit?is_local=true> |

### **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>

```
{
    "type": "HTTP",   //HTTP , SOCKS4, SOCKS5 , SSH
    "port": "8110",
    "user": "klwuorxv",
    "pass": "y78jpfl6rlp2",
    "checker": "ipscore.io",    //,  ipscore.io , ipinfo.io , ipgeolocation.io  ,api.ip.sb , api.ipapi.is
    "checkBeforeStart": true,   // true  false
    "ip": "45.94.47.66",
    "browser_uuid": "local-2d327d56-4f45-4615-8dc2-b69669d3c356",
    "details": {
        /* "ip": "45.94.47.66",
        "hostname": "",
        "city": "Haarlem (Haarlem-Oost)",
        "region": "North Holland",
        "country": "NL",    
        "loc": "52.3907,4.6655",
        "org": "Yehuda",
        "postal": "",
        "timezone": "Europe/Amsterdam",
        "asn": {
          "asn": "AS60781",
          "name": "Netherlands",
          "isp": "LeaseWeb Netherlands B.V.",
          "proxy": true,
          "country_text": "Netherlands",
          "connection_type": "SOCKS5",
          "operator_name": ""    
        } */ 
    },
    "status": "NEW"
}
```

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

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