Skip to content

Commit 94eedb2

Browse files
committed
Fix path in QueryContainer overlay
1 parent 6938d97 commit 94eedb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ actions:
10741074
description: Add x-model for the QueryContainer object
10751075
update:
10761076
x-model: true
1077-
- target: "$.components['schemas']['_types.query_dsl.QueryContainer.properties']"
1077+
- target: "$.components['schemas']['_types.query_dsl.QueryContainer'].properties"
10781078
description: Remove the QueryContainer properties
10791079
remove: true
10801080
# Examples

0 commit comments

Comments
 (0)