Added
Manage table lines via the Inspections API
April 20th, 2026
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 name | Endpoint |
|---|---|
| Add table line | POST /inspections/integration/v1/inspections/{inspection_id}/tables/{item_id}/lines |
| Delete table line | DEL /inspections/integration/v1/inspections/{inspection_id}/tables/{item_id}/lines/{line_id} |
| Update table line | PUT /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.