Skip to content

Commit 5e78daa

Browse files
committed
Add x-abbreviated to QueryContainer
1 parent aafd211 commit 5e78daa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ actions:
3131
- target: "$.components['schemas']['_types.query_dsl:QueryContainer'].properties"
3232
description: Remove properties from the QueryContainer object
3333
remove: true
34+
- target: "$.components['schemas']['_types.query_dsl:QueryContainer']"
35+
description: Add x-abbreviated to the QueryContainer object
36+
update:
37+
x-abbreviated: true
3438
- target: "$.components['schemas']['ml._types:CategorizationAnalyzerDefinition'].properties.tokenizer"
3539
description: Remove tokenizer object from ML anomaly detection analysis config
3640
remove: true

0 commit comments

Comments
 (0)