# Update Tag Descriptions via API

**URL:** https://meta.discourse.org/t/update-tag-descriptions-via-api/234449
**Category:** Support
**Created:** [July 29, 2022, 6:46pm UTC](https://meta.discourse.org/t/update-tag-descriptions-via-api/234449 "2022-07-29T18:46:48Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![attj](https://avatars.discourse-cdn.com/v4/letter/a/a698b9/32.png) [@attj](https://meta.discourse.org/u/attj)
#### Post date: [July 29, 2022, 6:46pm UTC](https://meta.discourse.org/t/update-tag-descriptions-via-api/234449/1 "2022-07-29T18:46:48Z")

</div>

Here ([Add Title and Description to Tags - #17 by sam](https://meta.discourse.org/t/add-title-and-description-to-tags/125187/17)), it is suggested that we can go through each tag and update its description one by one.

However, the server suggests that the patch route for "/tag/{name}’ does not exists. Is there a workaround to this?

---

<div class="post-metadata">

### Author: ![renato](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/renato/32/383632_2.png) [@renato](https://meta.discourse.org/u/renato)
#### Post date: [July 29, 2022, 7:07pm UTC](https://meta.discourse.org/t/update-tag-descriptions-via-api/234449/2 "2022-07-29T19:07:41Z")

</div>

You can `PUT` on `/tag/{name}` with a body of something like `{ tag: { description: "The Tag Description" } }`.

---

<div class="post-metadata">

### Author: ![attj](https://avatars.discourse-cdn.com/v4/letter/a/a698b9/32.png) [@attj](https://meta.discourse.org/u/attj)
#### Post date: [July 29, 2022, 9:21pm UTC](https://meta.discourse.org/t/update-tag-descriptions-via-api/234449/3 "2022-07-29T21:21:32Z")

</div>

Thanks a lot, it works.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [August 28, 2022, 9:21pm UTC](https://meta.discourse.org/t/update-tag-descriptions-via-api/234449/4 "2022-08-28T21:21:48Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
