Fixed method name, and the doc url
This commit is contained in:
parent
ebdde4ea46
commit
d85e264d03
|
@ -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}",
|
||||
|
|
Loading…
Reference in New Issue