-
Notifications
You must be signed in to change notification settings - Fork 3
GroupAction v3
Hoid2 edited this page Jan 18, 2022
·
2 revisions
Group actions execute other actions.
They look like:
{
...common fields...
"actions": []
}
(common fields are specified in Actions v3)
These are the actions that are executed when this action is executed. This is an array of objects. See Actions v3.