Auto-generated code for 8.13 (#2245)

This commit is contained in:
Elastic Machine
2024-05-01 16:31:22 +01:00
committed by GitHub
parent a92db88de0
commit a8d015e6c3

View File

@ -3395,7 +3395,7 @@ client.indices.create({ index })
If no response is received before the timeout expires, the request fails and returns an error.
** *`timeout` (Optional, string | -1 | 0)*: Period to wait for a response.
If no response is received before the timeout expires, the request fails and returns an error.
** *`wait_for_active_shards` (Optional, number | Enum("all" | "index-setting"))*: The number of shard copies that must be active before proceeding with the operation.
** *`wait_for_active_shards` (Optional, number | Enum("all" | "index-setting"))*: The number of shard copies that must be active before proceeding with the operation.
Set to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).
[discrete]