---
title: "Update a hashtag set"
method: PATCH
path: "/hashtag-sets/{id}"
tags: ["Hashtag Sets"]
---

# Update a hashtag set

`PATCH /hashtag-sets/{id}`

Rename the set and/or replace its hashtags. `hashtags` replaces the full list (fetch, modify, resend to add/remove tags).

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string
  - `hashtags` union
    - string[]
    - string

## Response `200`

Hashtag set updated

## Other responses

- `400` — Invalid update
- `404` — Hashtag set not found

---

[API](https://skmtc.dev/omnisocials/apis/omnisocials-api.md) · [All operations](https://skmtc.dev/omnisocials/apis/omnisocials-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omnisocials/omnisocials-api/revisions/e53b89af0b98/schema)
