Skip to content

Commit 0613402

Browse files
committed
Remove master_timeout from ingest.get_ip_location_database (#4804)
(cherry picked from commit a03b4d3) # Conflicts: # output/schema/validation-errors.json
1 parent 3aaccbf commit 0613402

File tree

5 files changed

+2
-50
lines changed

5 files changed

+2
-50
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 0 additions & 18 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: 2 additions & 16 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
@@ -261,12 +261,6 @@
261261
],
262262
"response": []
263263
},
264-
"ingest.get_ip_location_database": {
265-
"request": [
266-
"Request: query parameter 'master_timeout' does not exist in the json spec"
267-
],
268-
"response": []
269-
},
270264
"ingest.put_geoip_database": {
271265
"request": [
272266
"Request: query parameter 'master_timeout' does not exist in the json spec",

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/ingest/get_ip_location_database/GetIpLocationDatabaseRequest.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
import { RequestBase } from '@_types/Base'
2121
import { Ids } from '@_types/common'
22-
import { Duration } from '@_types/Time'
2322

2423
/**
2524
* Get IP geolocation database configurations.
@@ -48,12 +47,4 @@ export interface Request extends RequestBase {
4847
*/
4948
id?: Ids
5049
}
51-
query_parameters: {
52-
/**
53-
* The period to wait for a connection to the master node.
54-
* If no response is received before the timeout expires, the request fails and returns an error.
55-
* A value of `-1` indicates that the request should never time out.
56-
* @server_default 30s */
57-
master_timeout?: Duration
58-
}
5950
}

0 commit comments

Comments
 (0)