Create Tab

Beta
Create a new tab in an Athena spreadsheet.

Headers

X-API-KEYstringRequired

Request

This endpoint expects an object.
asset_idstringRequired
The ID of the spreadsheet asset
sheet_idintegerRequired
Sheet ID of the new tab
titlestringRequired
Title of the new tab
active_sheet_idintegerOptionalDefaults to 1
Currently active sheet ID
tab_colorstring or nullOptional
Optional color of the new tab

Response

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

Errors