---
title: "Update the status list registry entry manually."
method: POST
path: "/management/api/status-list/{statusListId}"
tags: ["Status List API"]
---

# Update the status list registry entry manually.

`POST /management/api/status-list/{statusListId}`

Update the status list registry entry manually. Optionally accepts configuration overrides to control key material selection for this update. If provided, the override will be persisted on the status list and used for subsequent publications. This endpoint can also be used in automatic synchronization mode to update the configuration override.

## Path parameters

- `statusListId` string, uuid, required

## Request body

- StatusListUpdate — Optional overrides for status list updates.
  - `configuration_override` ConfigurationOverride — Override for configuration to be use for the created entity
    - `issuer_did` string — Override to be used in place of the ISSUER_ID
    - `verification_method` string — Override for the verification method that is looked up in the did document during verification of the entity. Most often the full did and a unique id after #
    - `key_id` string — ID of the key in the HSM
    - `key_pin` string — The pin which protects the key in the hsm, if any. Note that this only the key pin, not hsm password or partition pin.

## Response `200`

OK

---

[API](https://skmtc.net/swiyu/apis/issuer-service-api.md) · [All operations](https://skmtc.net/swiyu/apis/issuer-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swiyu/issuer-service-api/revisions/6be405de5275/schema)
