lipi_update_note
Update a note's content by supplying its ID, new markdown, and the ifMatch value from the last read. Returns a conflict error if the note changed, prompting a re-read and retry.
Instructions
Update a note's content. Requires ifMatch = updatedAt from last read (RFC3339Nano, e.g. '2026-08-28T12:00:00.123456789Z' or ETag value). Returns 409 update_conflict if stale — caller should re-read and retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Note id | |
| content | Yes | New markdown content | |
| ifMatch | Yes | If-Match header value = updatedAt from GET (RFC3339Nano). Required. |