Skip to content

Commit 90365b2

Browse files
authored
Merge branch 'main' into cat-aliases
2 parents 0ae0d13 + fb5681d commit 90365b2

File tree

5 files changed

+17
-12
lines changed

5 files changed

+17
-12
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 3 additions & 3 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.

output/schema/schema.json

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

specification/cluster/get_settings/ClusterGetSettingsRequest.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,12 @@ export interface Request extends RequestBase {
4545
*/
4646
flat_settings?: boolean
4747
/**
48-
* If `true`, returns default cluster settings from the local node.
48+
* If `true`, also returns default values for all other cluster settings, reflecting the values
49+
* in the `elasticsearch.yml` file of one of the nodes in the cluster. If the nodes in your
50+
* cluster do not all have the same values in their `elasticsearch.yml` config files then the
51+
* values returned by this API may vary from invocation to invocation and may not reflect the
52+
* values that Elasticsearch uses in all situations. Use the `GET _nodes/settings` API to
53+
* fetch the settings for each individual node in your cluster.
4954
* @server_default false
5055
*/
5156
include_defaults?: boolean

specification/indices/put_mapping/IndicesPutMappingRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ import { Dictionary, SingleKeyDictionary } from '@spec_utils/Dictionary'
5050
* - Update supported mapping parameters
5151
* - Change a field's mapping using reindexing
5252
* - Rename a field using a field alias
53-
*
54-
* Learn how to use the update mapping API with practical examples in the [Update mapping API examples](https://www.elastic.co/docs//manage-data/data-store/mapping/update-mappings-examples) guide.
53+
*
54+
* Learn how to use the update mapping API with practical examples in the [Update mapping API examples](https://www.elastic.co/docs/manage-data/data-store/mapping/update-mappings-examples) guide.
5555
* @rest_spec_name indices.put_mapping
5656
* @availability stack stability=stable
5757
* @availability serverless stability=stable visibility=public

0 commit comments

Comments
 (0)