Skip to content

Commit

Permalink
Fix REST method names (#3789)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukáš Vlček <[email protected]>
  • Loading branch information
lukas-vlcek authored and vagimeli committed May 4, 2023
1 parent d2d2267 commit d60f6b4
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 d60f6b4

Please sign in to comment.