Take out all of an app's output
Last updated
Was this helpful?
POST https://app.singular.live/apiv2/controlapps/:appToken/command
Animates all overlays in a control app to their Out state.
appToken*
String
The shared app token for the app. This is a unique token for this app instance. How to find the shared app token.
action*
String
The command property. Required value: TakeOutAllOutput.
{
"success": true
}{
"action": "TakeOutAllOutput"
}Last updated
Was this helpful?
Was this helpful?