> 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/3.-xiu-gai-zhi-wen.md).

# 3. 修改指纹

混合一些特定的指纹

## 申请

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

**Body**

```
{
    "profile_uuid": "99e4dd8a-ef34-4be8-8306-26d02c38292a",
    "clear": true
}
```

## 响应

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