feat(tour): added tournament history page :D

This commit is contained in:
Maieul BOYER 2026-01-13 14:09:25 +01:00 committed by Maix0
parent 75f3c2a769
commit aca2dbd070
13 changed files with 245 additions and 4 deletions

View file

@ -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"