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 @@ -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"
You can’t perform that action at this time.
0 commit comments