Skip to content

Commit de3ea99

Browse files
committed
Add overlay for deep objects in security APIs
1 parent ca09d65 commit de3ea99

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ info:
55
version: 0.0.1
66
actions:
77
# Abbreviate and annotate items that are not shown in Bump.sh due to depth limits
8+
<<<<<<< HEAD:docs/overlays/elasticsearch-shared-overlays.yaml
89
- target: "$.components['schemas']['ml._types:Datafeed'].properties.query"
910
description: Remove query object from anomaly detection datafeed
1011
remove: true
@@ -74,6 +75,18 @@ actions:
7475
externalDocs:
7576
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
7677
description: Query DSL
78+
=======
79+
- target: "$.components['schemas']['security._types:IndicesPrivilegesQuery'].oneOf"
80+
description: Remove types from security role descriptors indices query
81+
remove: true
82+
- target: "$.components['schemas']['security._types:IndicesPrivilegesQuery']"
83+
description: Re-add simplified types for security role descriptors indices query
84+
update:
85+
x-abbreviated: true
86+
oneOf:
87+
- type: string
88+
- type: object
89+
>>>>>>> 295ccb76c (Add overlay for deep objects in security APIs):docs/overlays/elasticsearch-shared-example-overlays.yaml
7790
# Examples
7891
- target: "$.components['requestBodies']['async_search.submit']"
7992
description: "Add example for asynch search submit request"

0 commit comments

Comments
 (0)