We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18748e8 commit 187f11dCopy full SHA for 187f11d
specs/lichess-api.yaml
@@ -1,6 +1,6 @@
1
openapi: "3.1.0"
2
info:
3
- version: 2.0.114
+ version: 2.0.115
4
title: Lichess.org API reference
5
contact:
6
name: "Lichess.org API"
specs/tags/teams/api-team-of-username.yaml
@@ -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.
7
tags:
8
- Teams
- security: []
9
+ security:
10
+ - OAuth2: []
11
parameters:
12
- in: path
13
name: username
@@ -15,7 +17,7 @@ get:
15
17
required: true
16
18
responses:
19
"200":
- description: The list of teams the user is a member of.
20
+ description: The list of teams the player is a member of.
21
headers:
22
Access-Control-Allow-Origin:
23
schema:
0 commit comments