# 3. Change fingerprint

Shuffle some specific of fingerprint

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

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

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

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

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

```
{
    "profile_uuid": "734024cb-f04f-46fc-a615-1a9002b1cd21"    //nhập uuid của profile
}
```

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

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