preliminary note to final after signing, or adding an addendum by setting docStatus to amended and updating content.
Request
PATCH https://api.clinikapi.com/v1/notes/:id
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Must be
application/json.Path parameters
The ID of the note to update (e.g.
note_abc123).Body
Updated note title.
Updated note body. Replaces the existing content in full.
Updated document status. One of:
preliminary, final, amended.Updated practitioner author ID.
Updated encounter reference.
Updated note type. One of:
progress-note, discharge-summary, consultation-note, history-and-physical, operative-note, procedure-note, referral-note, transfer-summary, other.Updated category tag.
Updated clinically relevant date in
YYYY-MM-DD format.Response
Returns200 OK with the updated note wrapped in the standard envelope. All fields reflect the post-update state.
Note ID.
Updated document status.
Updated note content.
Standard response metadata including
requestId, timestamp, status, and rate-limit fields.