Skip to content

Commit

Permalink
Merge pull request #285 from allanjoseph98/master
Browse files Browse the repository at this point in the history
Evals are not always included by default for game exports
  • Loading branch information
niklasf authored Sep 27, 2023
2 parents 653a363 + 3a0d8be commit 635e880
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/specs/lichess-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@ paths:
Or in an `analysis` JSON field, depending on the response type.
schema:
type: boolean
default: true
default: false
- in: query
name: accuracy
description: |
Expand Down Expand Up @@ -1378,7 +1378,7 @@ paths:
Or in an `analysis` JSON field, depending on the response type.
schema:
type: boolean
default: true
default: false
- in: query
name: accuracy
description: |
Expand Down Expand Up @@ -2554,7 +2554,7 @@ paths:
Or in an `analysis` JSON field, depending on the response type.
schema:
type: boolean
default: true
default: false
- in: query
name: accuracy
description: |
Expand Down Expand Up @@ -3440,7 +3440,7 @@ paths:
Or in an `analysis` JSON field, depending on the response type.
schema:
type: boolean
default: true
default: false
- in: query
name: accuracy
description: |
Expand Down

0 comments on commit 635e880

Please sign in to comment.