Skip to main content
  • Method: updateTicket
  • Scope: ticket:write
  • Transports: HTTP RPC, WebSocket RPC
  • Request: { path, content?, status? }
  • Response: TicketRow
Patches a LIVE work doc’s content and/or status by path: a content change re-stamps content_hash and updated_at_ms; a status-only patch keeps content and hash. An unknown or soft-deleted path returns TicketNotFound. Errors are versioned as v1 and include InvalidRequest, Unauthorized, Forbidden, TicketNotFound, and Internal.