Skip to content

Commit 6619137

Browse files
remove wait_for_active_shards
1 parent 89aad05 commit 6619137

File tree

5 files changed

+3
-40
lines changed

5 files changed

+3
-40
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 0 additions & 10 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: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
2-
"endpointErrors": {
3-
"indices.disk_usage": {
4-
"request": [
5-
"Request: query parameter 'wait_for_active_shards' does not exist in the json spec"
6-
],
7-
"response": []
8-
}
9-
},
2+
"endpointErrors": {},
103
"generalErrors": [
114
"Dangling type '_global.scripts_painless_execute:PainlessExecutionPosition'",
125
"Dangling type '_global.scripts_painless_execute:PainlessScript'",

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/disk_usage/IndicesDiskUsageRequest.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
import { RequestBase } from '@_types/Base'
21-
import { ExpandWildcards, Indices, WaitForActiveShards } from '@_types/common'
21+
import { ExpandWildcards, Indices } from '@_types/common'
2222

2323
/**
2424
* Analyze the index disk usage.
@@ -83,11 +83,5 @@ export interface Request extends RequestBase {
8383
* @server_default false
8484
*/
8585
run_expensive_tasks?: boolean
86-
/**
87-
* The number of shard copies that must be active before proceeding with the operation.
88-
* Set to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).
89-
* @server_default 1
90-
*/
91-
wait_for_active_shards?: WaitForActiveShards
9286
}
9387
}

0 commit comments

Comments
 (0)