Edits an existing note’s content and (optionally) its references. Owners may always edit; non-owners require the linda.notes.editAny permission. Set update_references=true to replace the prior reference set; otherwise prior references are preserved.
Documentation Index
Fetch the complete documentation index at: https://docs.cedarai.com/llms.txt
Use this file to discover all available pages before exploring further.
Carrier ID the request is scoped to.
New markdown body. Replaces the prior content. May contain inline
reference tokens like <<ref:equipment:54321:BNSF 54321>>. Whenever
you change <<ref:...>> tokens in content, also send the new
references array and set update_references=true so the sidecar
rows stay in sync with the inline tokens.
ID of the note to edit (returned by CreateNote).
Replacement set of references. Only honored when
update_references=true. Maximum 100 entries.
If true, the references array fully replaces the prior set. If
false (the default), the existing references are left untouched —
use this when only the prose changes and the <<ref:...>> tokens
are the same as before.
Reserved for future inline upload support; currently a no-op.
A successful response.
A single note in a thread. Threaded notes are anchored to an
(entity_type, entity_id) pair and ordered by created_at.