v50

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-01147180956.9 KB
Notes

Update Note

Update a note (partial). Supports optimistic concurrency via If-Match.

patch/notes/{note_id}

Path parameters

note_idstring required

Headers

if-matchstring nullable

Request body

bodystring nullable
confidence'observed' | 'suspected' | 'verified'

Author-supplied confidence in a note (matches the spec NoteConfidence enum).

related_execution_idstring nullable
source'agent' | 'human' | 'platform'

Origin tag for a note (matches the spec NoteSource enum).

type'auth_quirk' | 'usage_hint' | 'execution_feedback' | 'correction'

Category of a note (matches the spec NoteType enum).

Response

Successful Response

{"stackTrail":"paths:/notes/{note_id}:patch:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}