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

# Add a character-count row (app admin)

`POST /appadmin/info/char`

**Requires permission:** *ReportAdmins*

Inserts a new SR_CHARACTER_COUNT row (name, step, min and max counts). Port of SR_InsertCharCount.

## Request body

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

## Response `200`

Success - Inserted

## Other responses

- `204` — No Content
- `400` — An Error Occurred - Could not insert
- `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)
