---
title: "Update Credit Category"
method: PATCH
path: "/provider/credit_categories/{id}"
tags: ["CreditCategory"]
---

# Update Credit Category

`PATCH /provider/credit_categories/{id}`

## Path parameters

- `id` string, required

## Request body

- ProviderCreditCategoriesControllerUpdateBody
  - `name` string, required — Value is case sensitive. If you delete a Credit Category, you can restore it by POSTing with the same name.

## Response `200`

Successful response

- PublicCreditCategoryBlueprintOne
  - `id` string
  - `created_at` string, date-time
  - `name` string
  - `updated_at` string, date-time

---

[API](https://skmtc.dev/hint/apis/partner-endpoints.md) · [All operations](https://skmtc.dev/hint/apis/partner-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hint/partner-endpoints/revisions/a92ae2a6fa90/schema)
