Changes
Page history
Update New Restful Plan
authored
Oct 08, 2022
by
Derek Williams
Hide whitespace changes
Inline
Side-by-side
New-Restful-Plan.md
View page @
e67ad47b
...
@@ -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
...
...
...
...