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

View File

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