Skip to content

Commit f11ef16

Browse files
authored
[DOCS] Refer to settings reference for update index setting API (#4440) (#4448)
(cherry picked from commit da34bf6)
1 parent 6388b83 commit f11ef16

File tree

7 files changed

+62
-12
lines changed

7 files changed

+62
-12
lines changed

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,16 @@ actions:
10691069
x-model: true
10701070
externalDocs:
10711071
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/collapse-search-results.html
1072+
- target: "$.components['schemas']['indices._types.IndexSettings']"
1073+
description: Add x-model and externalDocs for IndexSettings component
1074+
update:
1075+
x-model: true
1076+
externalDocs:
1077+
description: Index settings
1078+
url: https://www.elastic.co/guide/en/elasticsearch/reference/8.x/index-modules.html
1079+
- target: "$.components['schemas']['indices._types.IndexSettings'].properties"
1080+
description: Remove properties IndexSettings object
1081+
remove: true
10721082
# - target: "$.components['schemas']['_global.msearch.MultisearchBody'].properties"
10731083
# description: Add x-model
10741084
# update:

output/openapi/elasticsearch-openapi.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)