Skip to content

Commit

Permalink
document played tournaments endpoint response
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Nov 6, 2024
1 parent 6a6b358 commit b96976e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/specs/schemas/ArenaTournamentPlayed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ properties:
type: integer
rank:
type: integer
performance:
type: integer
required:
- games
- score
- rank
example: { "games": 10, "score": 14, "rank": 30, "performance": 1935 }

0 comments on commit b96976e

Please sign in to comment.