Skip to content

Commit 1583395

Browse files
committed
Remove local parameter from specification too
1 parent 1e860e1 commit 1583395

File tree

5 files changed

+1
-42
lines changed

5 files changed

+1
-42
lines changed

output/openapi/elasticsearch-openapi.json

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

output/schema/validation-errors.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -217,12 +217,6 @@
217217
],
218218
"response": []
219219
},
220-
"indices.get_field_mapping": {
221-
"request": [
222-
"Request: query parameter 'local' does not exist in the json spec"
223-
],
224-
"response": []
225-
},
226220
"indices.put_settings": {
227221
"request": [
228222
"Request: missing json spec query parameter 'reopen'"

output/typescript/types.ts

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

specification/indices/get_field_mapping/IndicesGetFieldMappingRequest.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,5 @@ export interface Request extends RequestBase {
8080
* @server_default false
8181
*/
8282
include_defaults?: boolean
83-
/**
84-
* If `true`, the request retrieves information from the local node only.
85-
* @server_default false
86-
*/
87-
local?: boolean
8883
}
8984
}

0 commit comments

Comments
 (0)