Fixed method name, and the doc url

This commit is contained in:
spenceralger 2013-10-30 14:16:55 -07:00
parent ebdde4ea46
commit d85e264d03
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"indices.get_mapping": {
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-get-mapping/",
"indices.get_field_mapping": {
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-get-field-mapping.html",
"methods": ["GET"],
"url": {
"path": "/_mapping/field/{field}",