v2

latestOpenAPI 3.1.02026-08-05313314398.1 KB
ontology-rows

Patch Row

Patch a row — routed through the entity's default modify Action.

patch/api/v1/ontology/entities/{entity_id}/rows/{row_key}

Path parameters

entity_idstring uuid required
row_keystring required

Request body

patchobject required

Column → new value. Sparse — only changed columns.

Response

Successful Response

row_keystring required

Stable identity for this row within the entity.

valuesobject required

Column → value, post-merge.

has_overlayboolean

True if any overlay edits applied to this row.

overlay_onlyboolean

True if this row exists only in the overlay (no source counterpart).

source_deletedboolean

True if the source row vanished after refresh; row is hidden by default.

updated_bystring uuid nullable

Last editor (None if no overlay).

updated_atstring date-time nullable

Overlay updated_at if an overlay exists.