/
DA
dascr
/
DaSCR-Board API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 2mo ago
Details
Filter operations
Debug
3
Game
9
get
Get all games running
get
Get a specific game by id
post
Create a new game with id
delete
Delete a game by id
get
Get a specific game by id (stripped output for less data size, missing UndoLog and ThrowRounds)
post
Send a throw to the game with id
post
Switch to next player in game with id
post
Undo last action in game with id
post
Start game with id from the beginning
Player
6
Game
Undo last action in game with id
post
/game/{id}/undo
Path parameters
id
string
required
Unique Game ID
Response
successful operation
Changes