From a8d015e6c3aecfd0a07da073a800e930156b666a Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Wed, 1 May 2024 16:31:22 +0100 Subject: [PATCH] Auto-generated code for 8.13 (#2245) --- docs/reference.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference.asciidoc b/docs/reference.asciidoc index 7a14a16a5..fd3e6caa3 100644 --- a/docs/reference.asciidoc +++ b/docs/reference.asciidoc @@ -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]