Spec: Fixed the docs URL for indices.get and indices.exists

This commit is contained in:
Clinton Gormley 2014-09-11 16:39:46 +02:00
parent 595472014e
commit 269b91c688
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"indices.exists": {
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/indices-get-settings.html",
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/indices-exists.html",
"methods": ["HEAD"],
"url": {
"path": "/{index}",

View File

@ -1,6 +1,6 @@
{
"indices.get":{
"documentation":"http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/indices-get.html",
"documentation":"http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/indices-get-index.html",
"methods":[ "GET" ],
"url":{
"path":"/{index}",