Fix typo in path specification for /_cat/fielddata

This commit is contained in:
Lee Hinman 2014-05-09 15:03:51 +02:00
parent e7e4ef859a
commit 7847ec0a6c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"methods": ["GET"],
"url": {
"path": "/_cat/fielddata",
"paths": ["/_cat/fielddata", "/_cat/allocation/{fields}"],
"paths": ["/_cat/fielddata", "/_cat/fielddata/{fields}"],
"parts": {
"fields": {
"type": "list",