Skip to content

Commit 4aee13a

Browse files
committed
Add overlay for deep objects in security APIs
1 parent 4e82e6b commit 4aee13a

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
@@ -244,6 +244,7 @@ actions:
244244
- name: watcher
245245
x-displayName: Watcher
246246
# Abbreviate and annotate items that are not shown in Bump.sh due to depth limits
247+
<<<<<<< HEAD:docs/overlays/elasticsearch-shared-overlays.yaml
247248
- target: "$.components['schemas']['ml._types:Datafeed'].properties.query"
248249
description: Remove query object from anomaly detection datafeed
249250
remove: true
@@ -313,6 +314,18 @@ actions:
313314
externalDocs:
314315
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
315316
description: Query DSL
317+
=======
318+
- target: "$.components['schemas']['security._types:IndicesPrivilegesQuery'].oneOf"
319+
description: Remove types from security role descriptors indices query
320+
remove: true
321+
- target: "$.components['schemas']['security._types:IndicesPrivilegesQuery']"
322+
description: Re-add simplified types for security role descriptors indices query
323+
update:
324+
x-abbreviated: true
325+
oneOf:
326+
- type: string
327+
- type: object
328+
>>>>>>> 295ccb76c (Add overlay for deep objects in security APIs):docs/overlays/elasticsearch-shared-example-overlays.yaml
316329
# Examples
317330
- target: "$.components['requestBodies']['async_search.submit']"
318331
description: "Add example for asynch search submit request"

0 commit comments

Comments
 (0)