Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions output/schema/validation-errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@
],
"response": []
},
"license.post_start_trial": {
"request": [
"Request: query parameter 'type_query_string' does not exist in the json spec",
"Request: missing json spec query parameter 'type'"
],
"response": []
},
"msearch": {
"request": [
"Request: query parameter 'allow_no_indices' does not exist in the json spec",
Expand Down
2 changes: 1 addition & 1 deletion output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export interface Request extends RequestBase {
]
query_parameters: {
acknowledge?: boolean
type_query_string?: string
type?: string
/**
* Period to wait for a connection to the master node.
* @server_default 30s
Expand Down
Loading