Create Tab
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_id
The ID of the spreadsheet asset
sheet
Sheet Specification
Response
Successful Response
asset_id
The ID of the spreadsheet asset
message
Success message or error description
sheet_id
The ID of the newly created sheet tab
success
Whether the operation was successful
