Skip to main content
PATCH
Patch Table Row
Partial-merge update to a single row’s 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

Only the fields you want to change. Other fields on the row are preserved.

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.

Example