# 5. 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": []
}
```
