Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion specs/lichess-api.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: "3.1.0"
info:
version: 2.0.114
version: 2.0.115
title: Lichess.org API reference
contact:
name: "Lichess.org API"
Expand Down
6 changes: 4 additions & 2 deletions specs/tags/teams/api-team-of-username.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ get:
summary: Teams of a player
description: |
All the teams a player is a member of.
Teams that hide their player list are only included if you also belong to the team.
tags:
- Teams
security: []
security:
- OAuth2: []
parameters:
- in: path
name: username
Expand All @@ -15,7 +17,7 @@ get:
required: true
responses:
"200":
description: The list of teams the user is a member of.
description: The list of teams the player is a member of.
headers:
Access-Control-Allow-Origin:
schema:
Expand Down