From 3a0d8be41c54a1a7336b0905f0f2053682d7028c Mon Sep 17 00:00:00 2001 From: Allan Joseph Date: Wed, 27 Sep 2023 19:22:45 +0530 Subject: [PATCH] Evals are not included by default --- doc/specs/lichess-api.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/specs/lichess-api.yaml b/doc/specs/lichess-api.yaml index 189b2d8..f6c150c 100644 --- a/doc/specs/lichess-api.yaml +++ b/doc/specs/lichess-api.yaml @@ -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: | @@ -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: | @@ -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: | @@ -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: |