> 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/7.-xiu-gai-zhuang-tai.md).

# 7.修改状态

## 申请

| 模式  | URL                                                                                                                                                                                    |
| --- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| PUT | [http://127.0.0.1:5555/change-status&#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**

```

{
    "id": 59,
    "browser_uuid": "9931e0ff-c610-4345-a956-bf2fb42e4119"
}
```

* id：状态的 id，使用 api 状态列表来获取 id。此外，默认状态的 ID：'0'- 无状态，'-1'- 禁止，'-2' - 就绪，'-3'- 新。
* 浏览器uuid：资料的UUID

## 响应

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