> 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/hidemium-4/i.-bat-dau-voi-hidemium/api-automation-v4/interact-profile/6.-update-name.md).

# 6. Update name

Update note of profile

### **Request** <a href="#request-1" id="request-1"></a>

| Method | URL                                                           |
| ------ | ------------------------------------------------------------- |
| PUT    | <http://127.0.0.1:2222/v2/browser/update-once?is_local=false> |

### **Params** <a href="#body-1" id="body-1"></a>

| Key       | Value      | Description                                               |
| --------- | ---------- | --------------------------------------------------------- |
| is\_local | true/false | false: Update cloud profiles, true: Update local profiles |

### **Body** <a href="#body-1-1" id="body-1-1"></a>

```
{
    "column": "name",     
    "profile_uuid": "73418a91-69b3-4fef-ad06-676e53c3afa8",
    "data": "Facebook testing"       // nhập tên profile mới
}
```

### **Response** <a href="#id-3.-response" id="id-3.-response"></a>

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