Insert Table Row
Insert rows into a table in an Athena spreadsheet.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
asset_id
The ID of the spreadsheet asset
row_data
Array of row objects where keys are column names and values are cell values
table_name
Table name to insert row into
table_id
Table ID to insert row into
Response
Successful Response
asset_id
The ID of the spreadsheet asset
message
Success message or error description
success
Whether the operation was successful
