-
Notifications
You must be signed in to change notification settings - Fork 3
createsheet
Daniel Larsson edited this page Feb 14, 2025
·
1 revision
Create a new sheet in the current app.
-
id
: (optional) ID to be used to identify the sheet in any subsequentchangesheet
,duplicatesheet
,publishsheet
orunpublishsheet
action. -
title
: Name of the sheet to create. -
description
: (optional) Description of the sheet to create.
{
"action": "createsheet",
"settings": {
"title" : "Generated sheet"
}
}
The file has been generated, do not edit manually