---
title: "Update a category"
method: PATCH
path: "/categories/{id}"
tags: ["Categories"]
---

# Update a category

`PATCH /categories/{id}`

## Request body

- UpdateCategoryInput
  - `entitlements` string[] — Entitlemetns. A string array of product IDs.
  - `kind` string — Access level of this category
  - `password` string — Password
  - `slug` string — Category slug
  - `posts` string[] — Array of post IDs

## Response `200`

Category updated.

---

[API](https://skmtc.net/fanhero/apis/tenant-endpoints.md) · [All operations](https://skmtc.net/fanhero/apis/tenant-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanhero/tenant-endpoints/versions/8e7584c449dc/schema)
