[docs] focus on the API Conventions a bit
This commit is contained in:
@ -23,7 +23,7 @@ client.<%= action.name %>([params, [callback]])
|
|||||||
|
|
||||||
<%= description(action.name) %>
|
<%= description(action.name) %>
|
||||||
|
|
||||||
The default method is `<%= action.spec.method || 'GET' %>` and the usual <<api-conventions,params and return values>> apply. See <%= action.docUrl %>[the elasticsearch docs] for more about this method.
|
Check the *<<api-conventions>>* and <%= action.docUrl %>[the elasticsearch docs] for more information pertaining to this method.
|
||||||
|
|
||||||
<%= action.examples %>
|
<%= action.examples %>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user