From 32771e54865ea798ea981bd54dd5e58e719eb126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Thu, 3 Aug 2023 14:55:38 +0200 Subject: [PATCH] Update specification/graph/_types/ExploreControls.ts Co-authored-by: Abdon Pijpelink --- specification/graph/_types/ExploreControls.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/graph/_types/ExploreControls.ts b/specification/graph/_types/ExploreControls.ts index 8f1c6fee99..eebb4f4d1e 100644 --- a/specification/graph/_types/ExploreControls.ts +++ b/specification/graph/_types/ExploreControls.ts @@ -43,7 +43,7 @@ export class ExploreControls { timeout?: Duration /** * Filters associated terms so only those that are significantly associated with your query are included. - * @server_default True + * @server_default true * @doc_id search-aggregations-bucket-significantterms-aggregation */ use_significance: boolean