Insert Row

Beta
Insert a row in an Athena spreadsheet.

Headers

X-API-KEYstringRequired

Request

This endpoint expects an object.
asset_idstringRequired
The ID of the spreadsheet asset
reference_row_indexintegerRequired

1-based reference row index where to insert

num_rowsintegerOptionalDefaults to 1
Number of rows to insert
sheet_idintegerOptionalDefaults to 1

Sheet ID (defaults to 1)

Response

Successful Response
asset_idstring
The ID of the spreadsheet asset
messagestring
Success message or error description
successboolean
Whether the operation was successful

Errors