Create Tab

Beta
Create a new tab 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_idstringRequired
The ID of the spreadsheet asset
sheetobjectRequired
Sheet Specification

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