Skip to content

Commit

Permalink
tweak teamShow description, remove deprecated team.leader field
Browse files Browse the repository at this point in the history
use team.leaders instead
  • Loading branch information
ornicar committed Oct 19, 2023
1 parent 635e880 commit a1535a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/specs/lichess-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4480,7 +4480,7 @@ paths:
get:
operationId: teamShow
summary: Get a single team
description: Infos about a team
description: Public info about a team. Includes the list of publicly visible leaders.
tags:
- Teams
security: []
Expand Down Expand Up @@ -10295,8 +10295,6 @@ components:
open:
type: boolean
example: false
leader:
$ref: '#/components/schemas/LightUser'
leaders:
type: array
items:
Expand Down

0 comments on commit a1535a5

Please sign in to comment.