Skip to content

Commit

Permalink
Remove local parameter from GET _alias and HEAD _alias APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteGillinElastic committed Oct 23, 2024
1 parent d3cf5bc commit 7f1fc1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,5 @@ export interface Request extends RequestBase {
* @server_default false
*/
ignore_unavailable?: boolean
/**
* If `true`, the request retrieves information from the local node only.
* @server_default false
*/
local?: boolean
}
}
5 changes: 0 additions & 5 deletions specification/indices/get_alias/IndicesGetAliasRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,5 @@ export interface Request extends RequestBase {
* @server_default false
*/
ignore_unavailable?: boolean
/**
* If `true`, the request retrieves information from the local node only.
* @server_default false
*/
local?: boolean
}
}

0 comments on commit 7f1fc1f

Please sign in to comment.