> 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/hu-dong-zi-liao/4.-geng-xin-bei-zhu.md).

# 4. 更新备注

更新资料备注

## 申请

| 模式  | URL                                                                                                                          |
| --- | ---------------------------------------------------------------------------------------------------------------------------- |
| PUT | <http://127.0.0.1:5555/browser/update-note>[&#xD;](<http://127.0.0.1:5555/profileList?page=1\&limit=10&#xD;&#xA;&#xD;&#xA;>) |

**Body**

```
{
   "profile_uuid": "992bd6f1-0a4c-40b2-88c0-d6ae54db7347",
   "note": "Notes of a profile are recorded here!"
}
```

## 响应

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