Take out all of an app's output

Take out all output

POST https://app.singular.live/apiv2/controlapps/:appToken/command

Animates all overlays in a control app to their Out state.

Path Parameters

NameTypeDescription

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.

Request Body

NameTypeDescription

action*

String

The command property. Required value: TakeOutAllOutput.

{
    "success": true
}

Request body

{
    "action": "TakeOutAllOutput"
}

Last updated