Update a control app's animation state
Update control app animation state
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
{
"success": true
}Example request bodies by sub-composition name or ID
[
{
"subCompositionName": "<subCompositionName>",
"state": "<toState>"
}
][
{
"subCompositionId": "< string >",
"state": "< toState >"
},
{
"subCompositionId": "<...>",
"state": "<...>"
}
]Animation state
Animation state
Description
Last updated