Execute actions in an action set. See Using Global API Keys for more information on permission and scope requirements.
The actions to be executed
Accepted
Invalid Request
{- "summary": "Execute actions request example",
- "description": "Example request for executing patch actions on multiple devices with different solution types",
- "value": {
- "actions": [
- {
- "solutionId": 965897,
- "devices": [
- 101452,
- 134726
], - "action": "patch-now",
- "workletId": 325416
}, - {
- "solutionId": 452781,
- "devices": [
- 121452,
- 948756
], - "action": "patch-with-worklet",
- "workletId": 215436
}
]
}
}
{- "errors": [
- "string"
]
}