add turns and update token logic.
This commit is contained in:
@ -35,15 +35,15 @@ Content-Type: application/json
|
||||
|
||||
###
|
||||
|
||||
POST https://localhost:5173/api/games/de4cdb8c-0346-4ac6-a7a8-b4135b2d79e3/turns
|
||||
POST https://localhost:5173/api/games/67b39573a0fcb80dd13f2c8b/turns
|
||||
Accept: application/json
|
||||
Content-Type: application/json
|
||||
Authorization: Bearer {{token}}
|
||||
|
||||
{
|
||||
"kind": "Roll",
|
||||
"player": 2,
|
||||
"value": 4
|
||||
"kind": "SeatPlayers",
|
||||
"player": 1,
|
||||
"value": 2
|
||||
}
|
||||
|
||||
###
|
||||
|
Reference in New Issue
Block a user