> 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/7.-sync-tags.md).

# 7. Sync tags

Synchronize the profile's tag

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

| Method | URL                                          |
| ------ | -------------------------------------------- |
| POST   | <http://127.0.0.1:2222/v2/tag?is_local=true> |

### **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>

```
{
    "tags": [
        "tag 1",
        "tag 2"
    ],
    "profile_uuid": "local-fb7c066c-1d15-4aa4-bf69-11ae1b137d1e"
}
```

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

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

[<br>](https://docs.hidemium.io/use-cases/api-automation-v2/interact-profile/5.-update-name)
