Skip to content

Commit

Permalink
Fix REST method names (opensearch-project#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 harshavamsi committed Oct 31, 2023
1 parent 454f3ae commit 0cbb5ee
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 0cbb5ee

Please sign in to comment.