---
title: "Update a character-count row (app admin)"
method: PATCH
path: "/appadmin/info/char"
tags: ["Appadmin"]
---

# Update a character-count row (app admin)

`PATCH /appadmin/info/char`

**Requires permission:** *ReportAdmins*

Updates an SR_CHARACTER_COUNT row's name, step and min/max counts. Port of SR_UpdateCharCount.

## Request body

- CharCountWriteRequest
  - `charCount` CharacterCountDto
    - `id` integer
    - `name` string, nullable
    - `maxCount` integer, nullable
    - `minCount` integer, nullable
    - `step` integer, nullable

## Response `200`

Success - Updated

## Other responses

- `204` — No Content
- `400` — An Error Occurred - Could not update
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
