[docs] focus on the API Conventions a bit

This commit is contained in:
spalger
2016-11-16 13:08:50 -07:00
parent 45faa4ad91
commit 2452d68e0a

View File

@ -23,7 +23,7 @@ client.<%= action.name %>([params, [callback]])
<%= 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 %>