Skip to content

Commit

Permalink
document ?performance parameter of played tournaments endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Nov 6, 2024
1 parent 7e93c29 commit 6a6b358
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ get:
schema:
type: integer
minimum: 1
- in: query
name: performance
required: false
description: |
Include the player performance rating in the response, at some cost for the server.
schema:
type: boolean
responses:
"200":
description: The list of tournaments played by the user.
Expand Down

0 comments on commit 6a6b358

Please sign in to comment.