Update Cell
Update a single cell 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
column
1-based column index (e.g., 1 = column A)
row
1-based row index (e.g., 1 = first row)
value
Value to set in the cell
sheet_id
Sheet ID (defaults to 1)
Response
Successful Response
asset_id
The ID of the spreadsheet asset
message
Success message or error description
success
Whether the operation was successful
