Skip to content

Commit bfebcba

Browse files
Update rest-api-spec main (#3799)
* Update rest-api-spec * Remove local parameter from specification too --------- Co-authored-by: pquentin <[email protected]> Co-authored-by: Quentin Pradet <[email protected]>
1 parent 84571c3 commit bfebcba

File tree

5 files changed

+1
-40
lines changed

5 files changed

+1
-40
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/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/_json_spec/indices.get_field_mapping.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@
5555
"options": ["open", "closed", "hidden", "none", "all"],
5656
"default": "open",
5757
"description": "Whether to expand wildcard expression to concrete indices that are open, closed or both."
58-
},
59-
"local": {
60-
"type": "boolean",
61-
"description": "Return local information, do not retrieve the state from master node (default: false)"
6258
}
6359
}
6460
}

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)