---
title: "Partially Update Reports Internal Note"
method: PATCH
path: "/api/2.0/reports/{id}/internal_notes/{note_id}/"
tags: ["Report Internal Notes"]
---

# Partially Update Reports Internal Note

`PATCH /api/2.0/reports/{id}/internal_notes/{note_id}/`

Update a specific internal note

## Path parameters

- `id` integer, required
- `note_id` integer, required

## Request body

- PatchedInternalPracticeNoteSerializerProxy
  - `document` integer — The report (document) ID this note belongs to
  - `id` integer — The id of the internal note.
  - `text` string — The internal note text content

## Response `200`

- InternalPracticeNoteSerializerProxy
  - `document` integer — The report (document) ID this note belongs to
  - `id` integer — The id of the internal note.
  - `text` string, required — The internal note text content

---

[API](https://skmtc.dev/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.dev/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/revisions/c060f89d4de7/schema)
