---
title: "Update a character"
method: PATCH
path: "/civilians/characters/{id}"
tags: ["Civilians"]
---

# Update a character

`PATCH /civilians/characters/{id}`

Partial update. Supports identity fields and license fields, including
`driversLicenseNo`, `driversLicenseClass`, `driversLicenseStatus`,
`driversLicenseIssuedAt`, `driversLicenseExpiresAt`, `driversLicensePoints`,
and hunting / fishing / firearm license fields (same pattern).

## Request body

- object

## Response `200`

Character updated

- object

## Other responses

- `400` — Bad input / ER:LC not configured / civilian disabled
- `401` — Missing or invalid key
- `403` — Insufficient scope or cross-panel serverId
- `404` — Resource not found on this panel

---

[API](https://skmtc.dev/anchr/apis/anchor-open-developer-api.md) · [All operations](https://skmtc.dev/anchr/apis/anchor-open-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/anchr/anchor-open-developer-api/revisions/3a14d4cb4985/schema)
