-
Notifications
You must be signed in to change notification settings - Fork 3
unpublishsheet
Daniel Larsson edited this page Feb 14, 2025
·
1 revision
Unpublish sheets in the current app.
-
mode
:-
allsheets
: Unpublish all sheets in the app. -
sheetids
: Only unpublish the sheets specified by thesheetIds
array.
-
-
sheetIds
: (optional) Array of sheet IDs for thesheetids
mode.
{
"label": "UnpublishSheets",
"action": "unpublishsheet",
"settings": {
"mode": "allsheets"
}
}
The file has been generated, do not edit manually