Skip to content

Commit 07a9d64

Browse files
authored
[DOCS] Remove RandomSamplerAggregation overlay from serverless (#4442)
1 parent 1302eb5 commit 07a9d64

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/overlays/elasticsearch-openapi-overlays.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,9 @@ actions:
6060
security:
6161
- apiKeyAuth: []
6262
- basicAuth: []
63-
- bearerAuth: []
63+
- bearerAuth: []
64+
# Abbreviate and annotate items that are not shown in Bump.sh due to depth limits
65+
- target: "$.components['schemas']['_types.aggregations.RandomSamplerAggregation']"
66+
description: Add x-model
67+
update:
68+
x-model: true

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -915,10 +915,6 @@ actions:
915915
description: Add x-model
916916
update:
917917
x-model: true
918-
- target: "$.components['schemas']['_types.aggregations.RandomSamplerAggregation']"
919-
description: Add x-model
920-
update:
921-
x-model: true
922918
- target: "$.components['schemas']['_types.aggregations.RareTermsAggregation']"
923919
description: Add x-model
924920
update:

0 commit comments

Comments
 (0)