Skip to content

Commit 748e93f

Browse files
committed
Add overlay for deep objects in security APIs
1 parent 966c2f2 commit 748e93f

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
@@ -281,6 +281,7 @@ actions:
281281
url: https://www.elastic.co/guide/en/elasticsearch/reference/master/analysis-tokenfilters.html
282282
description: Token filter reference
283283
# Abbreviate and annotate items that are not shown in Bump.sh due to depth limits
284+
<<<<<<< HEAD:docs/overlays/elasticsearch-shared-overlays.yaml
284285
- target: "$.components['schemas']['ml._types:Datafeed'].properties.query"
285286
description: Remove query object from anomaly detection datafeed
286287
remove: true
@@ -350,6 +351,18 @@ actions:
350351
externalDocs:
351352
url: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
352353
description: Query DSL
354+
=======
355+
- target: "$.components['schemas']['security._types:IndicesPrivilegesQuery'].oneOf"
356+
description: Remove types from security role descriptors indices query
357+
remove: true
358+
- target: "$.components['schemas']['security._types:IndicesPrivilegesQuery']"
359+
description: Re-add simplified types for security role descriptors indices query
360+
update:
361+
x-abbreviated: true
362+
oneOf:
363+
- type: string
364+
- type: object
365+
>>>>>>> 295ccb76c (Add overlay for deep objects in security APIs):docs/overlays/elasticsearch-shared-example-overlays.yaml
353366
# Examples
354367
- target: "$.components['requestBodies']['async_search.submit']"
355368
description: "Add example for asynch search submit request"

0 commit comments

Comments
 (0)