# 4. Update note

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-note?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>

```
{
    "note": "hh",   //nhập note
    "profile_uuid": "734c1206-857d-4a13-85d1-f277e38a7cf3"
}
```

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

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

[<br>](https://docs.hidemium.io/use-cases/api-automation-v2/interact-profile/3.-change-fingerprint)
