Skip to content

Commit

Permalink
Fix REST method names (#3789) (#3911)
Browse files Browse the repository at this point in the history
(cherry picked from commit d077955)

Signed-off-by: Lukáš Vlček <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent ee690e6 commit cbb89f7
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 cbb89f7

Please sign in to comment.