Stores a game record in the user's repo.
Input
Encoding
application/jsonapplicationType
refgames.gamesgamesgamesgames.defs#applicationType
Optional
No description available.
mode
array
Optional
No description available.
name
string
Required
No description available.
summary
string
Required
No description available.
Output
Encoding
application/jsongame
refgames.gamesgamesgamesgames.defs#gameDetailView
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"name",
"summary"
],
"properties": {
"mode": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#mode",
"type": "ref"
}
},
"name": {
"type": "string"
},
"summary": {
"type": "string"
},
"applicationType": {
"ref": "games.gamesgamesgamesgames.defs#applicationType",
"type": "ref",
"default": "games.gamesgamesgamesgames.applicationType#game"
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"game"
],
"properties": {
"game": {
"ref": "games.gamesgamesgamesgames.defs#gameDetailView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"description": "Stores a game record in the user's repo."
}