Update existing rows & create new ones with input data in the table.
id and send the new data payload.
Use run=false when you want to inspect the row changes before running anything.
Use run=true when the update should immediately trigger execution.
table_id (required): target table identifier.rows (required): array of row update objects; each requires data and can include id for the target row.run (optional): defaults to false; set true to run after update.401 UnauthorizedAuthorization: Bearer ${EXTRUCT_API_TOKEN}.
404 Not Found422 Unprocessable Entityrows shape or malformed JSON.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Row creation time.
ID of the parent row, if any.
ID of the linked company profile.
Additional metadata
Data from the parent row, if requested and available.