Update Restful Server Endpoints authored by Derek Williams's avatar Derek Williams
...@@ -29,7 +29,7 @@ GET /logout/{playerID} ...@@ -29,7 +29,7 @@ GET /logout/{playerID}
``` ```
## Response ## Response
``` ```
Player {playerID} logged out.
``` ```
...@@ -42,7 +42,7 @@ GET /logout/{playerID} ...@@ -42,7 +42,7 @@ GET /logout/{playerID}
``` ```
## Response ## Response
``` ```
Player {playerID} failed to log out.
``` ```
... ...
......