File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments