From d077955d06db39c604867d9c6ab60d0afdd7fd51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Vl=C4=8Dek?= Date: Mon, 1 May 2023 19:02:28 +0100 Subject: [PATCH] Fix REST method names (#3789) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lukáš Vlček --- _im-plugin/index-alias.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_im-plugin/index-alias.md b/_im-plugin/index-alias.md index 85a3c79f..97e10f65 100644 --- a/_im-plugin/index-alias.md +++ b/_im-plugin/index-alias.md @@ -63,8 +63,8 @@ You can also create an alias using one of the following requests: ```json PUT /_aliases/ -PUT /_aliases/ -POST /_alias/ +POST /_aliases/ +PUT /_alias/ POST /_alias/ ```