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

# Update notes for an Application List Entry whose Application List is closed

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

Appends additional notes to an Application List Entry after its parent Application List has been closed. Empty additional notes are accepted and leave existing notes unchanged. This is a command-style update and does not return an entry representation.

## Path parameters

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

## Response `204`

Closed Application List Entry updated successfully (no content returned)

## 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/ea2dadd4450b/schema)
