patch
https://sandbox.elationemr.com/api/2.0/reports//internal_notes//
Update a specific internal note
Updates the specified internal note with the provided fields. Only the fields provided in the request body will be updated.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | The unique identifier of the report |
note_id | integer | Yes | The unique identifier of the internal note |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
text | string | No | The updated internal note text content (max 256 characters) |
Example Request
{
"text": "Updated internal note text"
}Response
Returns the updated internal note object.
