v1

latestOpenAPI 3.1.02026-07-263911,4691.1 MB
Inspections

Update table line

Update cell values on an existing line in an inspection table. Only cells listed in the request are changed; omitted cells are left untouched. Each cell is identified by a field_id corresponding to a table column; use GetTemplateDefinition to obtain column field_ids.

put/inspections/integration/v1/inspections/{inspection_id}/tables/{item_id}/lines/{line_id}

Path parameters

inspection_idstring required

inspection_id is the unique identifier of the inspection containing the table.

item_idstring required

item_id is the item ID of the table within the inspection.

line_idstring required

The id of the line to update.

Request body

metadataobject

metadata identifies the inspection and the table containing the line.

Response

A successful response.

S12InspectionsPubIntegrationV1UpdateTableLineResponse required

UpdateTableLineResponse response for rpc UpdateTableLine.