File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ More information on CCR/CCS can be found in the [Distributed architecture guide]
1616### Handler registration
1717
1818All REST handlers exposed by Elasticsearch are registered in [ ActionModule#initRestHandlers] . This method registers all the
19- rest actions with the [ RestController] using [ #registerHandler(...)] [ RestController#registerHandler ] . These registrations populate
19+ REST actions with the [ RestController] using [ #registerHandler(...)] [ RestController#registerHandler ] . These registrations populate
2020a map of [ routes] [ RestHandler#routes ] to [ RestHandler] s to allow routing of incoming HTTP requests to their respective handlers.
2121There are many built-in REST endpoints configured statically in [ ActionModule] [ ActionModule#initRestHandlers ] , and additional
2222endpoints can be contributed by [ ActionPlugin] s by implementing the [ getRestHandlers] method.
You can’t perform that action at this time.
0 commit comments