/
OP
openwebgal
/
WebGAL Terre API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 8m ago · Updated 1mo ago
Details
Filter operations
LSP
1
Manage Game
18
get
Retrieve game list
post
Create a new game
get
Open Game Assets Dictionary
get
Eject Game As Web App
get
Eject Game As EXE
get
Eject Game As Android App
get
Read Game Assets
post
Edit File Name
post
Delete File
post
Create a New Scene
post
Edit Scene
post
Edit TextFile
get
Get Game Configuration
post
Set Game Configuration
post
Upload Files
post
Create Directory
post
Delete File or Directory
post
Rename File or Directory
Test Server
1
Manage Game
Create a new game
post
/api/manageGame/createGame
Request body
CreateGameDto
required
gameName
string
required
The name of the game to be created
Response
Game creation result.
Changes