Patch Table Row
Mount Tables
Patch Table Row
PATCH /v0/operator/mounts//tables//rows/ — Partial-merge update
PATCH
Patch Table Row
Partial-merge update to a single row’s
Only the fields you want to change. Other fields on the row are preserved.
data field. Validated against the table’s declared schema — enum values must match, types must be coercible, unknown columns are rejected.
Works on workflow tables too: the workflow-readonly guard is append-only, so operators can flip statuses, mark flags resolved, etc. without going through the tool layer.
Auth: API key (agent) or user session (operator). Caller must own the mount or be a current team member.
Path parameters
Request body
Response
Errors
Schema validation errors surface from the underlying
TableRowService — for example, attempting to set a column not in the schema, or an enum column to an invalid value.