summaryrefslogtreecommitdiffstats
path: root/tests/stop.json
Commit message (Collapse)AuthorAgeFilesLines
* #915 add POST stop command to REST API in ogAdmServerOpenGnSys Support Team2019-05-301-0/+1
Stop the menu selection on client (through POST method): curl -X POST http://127.0.0.1:8888/stop -d @stop.json Request POST /stop {"clients": [ "192.168.2.1" ] } Reply: 200 OK