mattmaynes2 / aria

Aria - Autonomous Real-Time Interactive Architecture
2 stars 1 forks source link

Add endpoint for toggling behaviours #665

Closed ctblanch2 closed 7 years ago

ctblanch2 commented 7 years ago

Endpoint

POST /hub/training/behaviour/<id>

Body Parameters

name: Name of the behaviour active: Whether the behaviour is active or not

Will send to the hub:

set: behaviour
id: <id>
name: name
active: active