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:
244
244
- name : watcher
245
245
x-displayName : Watcher
246
246
# Abbreviate and annotate items that are not shown in Bump.sh due to depth limits
247
+ <<<<<<< HEAD:docs/overlays/elasticsearch-shared-overlays.yaml
247
248
- target : " $.components['schemas']['ml._types:Datafeed'].properties.query"
248
249
description : Remove query object from anomaly detection datafeed
249
250
remove : true
@@ -313,6 +314,18 @@ actions:
313
314
externalDocs :
314
315
url : https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
315
316
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
316
329
# Examples
317
330
- target : " $.components['requestBodies']['async_search.submit']"
318
331
description : " Add example for asynch search submit request"
You can’t perform that action at this time.
0 commit comments