Skip to content

Commit

Permalink
[Remove] Type mapping end-points from RestMultiSearchTemplateAction (#…
Browse files Browse the repository at this point in the history
…2433)

Signed-off-by: Suraj Singh <[email protected]>
  • Loading branch information
dreamer-89 authored Mar 11, 2022
1 parent b00b3ce commit 6f12fa1
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ public List<Route> routes() {
new Route(GET, "/_msearch/template"),
new Route(POST, "/_msearch/template"),
new Route(GET, "/{index}/_msearch/template"),
new Route(POST, "/{index}/_msearch/template"),
// Deprecated typed endpoints.
new Route(GET, "/{index}/{type}/_msearch/template"),
new Route(POST, "/{index}/{type}/_msearch/template")
new Route(POST, "/{index}/_msearch/template")
)
);
}
Expand Down

0 comments on commit 6f12fa1

Please sign in to comment.