---
title: "Update an Application List Entry"
method: PUT
path: "/application-lists/{listId}/entries/{entryId}"
tags: ["application-list-entries"]
---

# Update an Application List Entry

`PUT /application-lists/{listId}/entries/{entryId}`

Full replacement (PUT) of an existing Application List Entry. When `feeStatuses` is supplied, the existing fee-status rows for the entry are replaced by the provided list. When `feeStatuses` is `null`, fee-status rows are left unchanged.

## Path parameters

- `listId` string, uuid, required
- `entryId` string, uuid, required

## Response `200`

Returns the updated Application List Entry

## Other responses

- `400` — Invalid request parameters.
- `401` — Authentication required or token invalid.
- `403` — Authenticated but not permitted to perform this action.
- `404` — The requested resource was not found.
- `409` — Conflict with the current state of the resource.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/hm-courts-and-tribunals-service/apis/applications-register-api.md) · [All operations](https://skmtc.net/hm-courts-and-tribunals-service/apis/applications-register-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hm-courts-and-tribunals-service/applications-register-api/revisions/bea8e18804d7/schema)
