feat(tour): added tournament history page :D
This commit is contained in:
parent
75f3c2a769
commit
aca2dbd070
13 changed files with 245 additions and 4 deletions
|
|
@ -2497,12 +2497,16 @@
|
|||
"data": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"playerCount",
|
||||
"owner",
|
||||
"users",
|
||||
"games",
|
||||
"time"
|
||||
],
|
||||
"properties": {
|
||||
"playerCount": {
|
||||
"type": "number"
|
||||
},
|
||||
"owner": {
|
||||
"type": "string",
|
||||
"description": "ownerId"
|
||||
|
|
@ -2736,11 +2740,15 @@
|
|||
"items": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"playerCount",
|
||||
"id",
|
||||
"owner",
|
||||
"time"
|
||||
],
|
||||
"properties": {
|
||||
"playerCount": {
|
||||
"type": "number"
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "tournamentId"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue