---
title: "update a user's note for the logged in user"
method: PUT
path: "/case-notes/{docketNumber}/user-notes"
tags: ["caseNotes"]
---

# update a user's note for the logged in user

`PUT /case-notes/{docketNumber}/user-notes`

update a user's note for the logged in user.

## Response `200`

200 response

- UserNote — a case user's note
  - `docketNumber` string — docket number of the case
  - `userId` string — id of the user who owns the note
  - `notes` string — user's notes for the case

---

[API](https://skmtc.net/ustaxcourt/apis/dev-ef-cms.md) · [All operations](https://skmtc.net/ustaxcourt/apis/dev-ef-cms/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ustaxcourt/dev-ef-cms/revisions/d53330c6d43f/schema)
