# 5. 更新名称

## 申请

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

**Body**

```
{
   "profile_uuid": "992bd6f1-0a4c-40b2-88c0-d6ae54db7347", //required
   "data": "David James", //required
   "restore_session": false //optional
}
```

资料 uuid：资料的 UUID

数据：资料名称

Restore\_session：恢复浏览器会话

## 响应

```

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