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.

Path Params
string
required

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

string
required

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

string
required

The id of the line to update.

Body Params
metadata
object

metadata identifies the inspection and the table containing the line.

cells
array of objects

Cell values to update. Only listed cells are changed; omitted cells are untouched. At least 1 and at most 20 cells may be specified.

cells
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json