> 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/api-zi-dong-hua/dai-li/2.-geng-xin-zi-liao-de-dai-li.md).

# 2. 更新资料的代理

## 申请

| 模式   | URL                                                                                                                                                                                             |
| ---- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| POST | <http://127.0.0.1:5555/update-proxy-profile>[&#xD;](<http://127.0.0.1:5555/change-status&#xD;&#xA;&#xD;&#xA;>)[&#xD;](<http://127.0.0.1:5555/profileList?page=1\&limit=10&#xD;&#xA;&#xD;&#xA;>) |

**Body**

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

* uuid：资料的 UUID
* proxy：代理要更新到资料，格式为：type|ip\_address|port|username|pass

## 响应

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