> ## Documentation Index
> Fetch the complete documentation index at: https://smithers.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# updateTicket

> Gateway RPC for patching a work doc's content and/or status.

* 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`.
