Skip to content

Commit f267a43

Browse files
Deprecate local param in indices.get_mapping (#3975) (#3985)
(cherry picked from commit ea99172) Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
1 parent bd163f4 commit f267a43

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 1 addition & 1 deletion
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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema-serverless.json

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

output/schema/schema.json

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

specification/indices/get_mapping/IndicesGetMappingRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export interface Request extends RequestBase {
7171
ignore_unavailable?: boolean
7272
/**
7373
* If `true`, the request retrieves information from the local node only.
74+
* @deprecated 7.8.0 This parameter is a no-op and field mappings are always retrieved locally.
7475
* @server_default false
7576
*/
7677
local?: boolean

0 commit comments

Comments
 (0)