Skip to content

Commit 187f11d

Browse files
ci: update api (#9)
Co-authored-by: CI <ci@rman.dev>
1 parent 18748e8 commit 187f11d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

specs/lichess-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: "3.1.0"
22
info:
3-
version: 2.0.114
3+
version: 2.0.115
44
title: Lichess.org API reference
55
contact:
66
name: "Lichess.org API"

specs/tags/teams/api-team-of-username.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ get:
33
summary: Teams of a player
44
description: |
55
All the teams a player is a member of.
6+
Teams that hide their player list are only included if you also belong to the team.
67
tags:
78
- Teams
8-
security: []
9+
security:
10+
- OAuth2: []
911
parameters:
1012
- in: path
1113
name: username
@@ -15,7 +17,7 @@ get:
1517
required: true
1618
responses:
1719
"200":
18-
description: The list of teams the user is a member of.
20+
description: The list of teams the player is a member of.
1921
headers:
2022
Access-Control-Allow-Origin:
2123
schema:

0 commit comments

Comments
 (0)