Spec: Fixed the docs URL for indices.get and indices.exists
This commit is contained in:
parent
595472014e
commit
269b91c688
|
@ -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}",
|
||||
|
|
|
@ -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}",
|
||||
|
|
Loading…
Reference in New Issue