PlayerOne Match Controller
Stop Match Simulation
Path: /api/playerone/match/simulation/stop
Method: POST
Example Http Request
POST /api/playerone/match/simulation/stop HTTP/1.1
Host: localhost:8080
Example Http Response
HTTP/1.1 200 OK
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
Content-Type: text/plain;charset=ISO-8859-1
Content-Length: 31
{"status":"Simulation stopped"}
Example Curl Request
$ curl 'http://localhost:8080/api/playerone/match/simulation/stop' -i -X POST
PlayerOne Match Controller Footer