Skip to content

Commit 4f4aedc

Browse files
committed
Add ext_doc_id for QueryContainer
1 parent 38dd847 commit 4f4aedc

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,6 @@ actions:
240240
description: Add x-model and updated externalDocs for the QueryContainer object
241241
update:
242242
x-model: true
243-
externalDocs:
244-
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl.html
245-
description: Query domain specific language (DSL) reference
246243
- target: "$.components['schemas']['_types.analysis:CharFilter'].oneOf"
247244
description: Remove existing oneOf definition for CharFilter
248245
remove: true

output/openapi/elasticsearch-openapi.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_types/query_dsl/abstractions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ import { WeightedTokensQuery } from './WeightedTokensQuery'
102102
/**
103103
* @variants container
104104
* @non_exhaustive
105-
* @doc_id query-dsl
105+
* @ext_doc_id query-dsl
106106
*/
107107
export class QueryContainer {
108108
/**

0 commit comments

Comments
 (0)