Skip to content

Commit

Permalink
Fix REST method names (#3789) (#3912)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukáš Vlček <[email protected]>
(cherry picked from commit d077955)

Co-authored-by: Lukáš Vlček <[email protected]>
  • Loading branch information
Naarcha-AWS and lukas-vlcek authored May 1, 2023
1 parent 14e3f8f commit cf8d849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _im-plugin/index-alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ You can also create an alias using one of the following requests:

```json
PUT <index>/_aliases/<alias name>
PUT <index>/_aliases/<alias name>
POST <index>/_alias/<alias name>
POST <index>/_aliases/<alias name>
PUT <index>/_alias/<alias name>
POST <index>/_alias/<alias name>
```

Expand Down

0 comments on commit cf8d849

Please sign in to comment.