Update New Restful Plan authored by Derek Williams's avatar Derek Williams
...@@ -248,12 +248,19 @@ POST /players/create ...@@ -248,12 +248,19 @@ POST /players/create
## Payload ## Payload
```json ```json
{
"username": "guest",
"password": "pw",
"crew": "Out of Bounds",
"major": "Software Engineering"
}
``` ```
## Response ## Response
```json ```json
{
"playerID": 41
}
``` ```
# Get Player Info # Get Player Info
... ...
......