Added

Manage table lines via the Inspections API

This changelog entry was added retrospectively.

You can now add, update, and delete individual lines (rows) in an inspection's table field, including their cell values.

Endpoint nameEndpoint
Add table linePOST /inspections/integration/v1/inspections/{inspection_id}/tables/{item_id}/lines
Delete table lineDEL /inspections/integration/v1/inspections/{inspection_id}/tables/{item_id}/lines/{line_id}
Update table linePUT /inspections/integration/v1/inspections/{inspection_id}/tables/{item_id}/lines/{line_id}

Developer impact: Three new endpoints are available for managing table content directly, without needing to resubmit the entire inspection. A line's ID must belong to the table identified by item_id.

Action required: No action required. This is a new, optional capability.