From 5386f38c50597a948de98581b8d3c624fe2fa686 Mon Sep 17 00:00:00 2001 From: jamie-wilson88 <168847178+jamie-wilson88@users.noreply.github.com> Date: Fri, 23 May 2025 13:13:00 -0400 Subject: [PATCH] Update split-index.asciidoc --- docs/reference/indices/split-index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/indices/split-index.asciidoc b/docs/reference/indices/split-index.asciidoc index 4bda778839735..5e6d77e3409d9 100644 --- a/docs/reference/indices/split-index.asciidoc +++ b/docs/reference/indices/split-index.asciidoc @@ -43,7 +43,7 @@ POST /my-index-000001/_split/split-my-index-000001 ** The index must be read-only. ** The <> status must be green. -You can do make an index read-only with the following request using the +You can make an index read-only with the following request using the <> API: [source,console]