Skip to content

Commit c6ee20b

Browse files
author
spalger
committed
update api doc files
1 parent 6368d12 commit c6ee20b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/api_methods.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3982,7 +3982,7 @@ client.indices.shardStores([params, [callback]])
39823982

39833983
// no description
39843984

3985-
The default method is `GET` and the usual <<api-conventions,params and return values>> apply. See http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-shard-stores.html[the elasticsearch docs] for more about this method.
3985+
The default method is `GET` and the usual <<api-conventions,params and return values>> apply. See http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-shards-stores.html[the elasticsearch docs] for more about this method.
39863986

39873987
// no examples
39883988

src/lib/apis/2_0.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3786,7 +3786,7 @@ api.indices.prototype.segments = ca({
37863786
});
37873787

37883788
/**
3789-
* Perform a [indices.shardStores](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-shard-stores.html) request
3789+
* Perform a [indices.shardStores](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-shards-stores.html) request
37903790
*
37913791
* @param {Object} params - An object with parameters used to carry out this action
37923792
* @param {String, String[], Boolean} params.status - A comma-separated list of statuses used to filter on shards to get store information for

src/lib/apis/master.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3786,7 +3786,7 @@ api.indices.prototype.segments = ca({
37863786
});
37873787

37883788
/**
3789-
* Perform a [indices.shardStores](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-shard-stores.html) request
3789+
* Perform a [indices.shardStores](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-shards-stores.html) request
37903790
*
37913791
* @param {Object} params - An object with parameters used to carry out this action
37923792
* @param {String, String[], Boolean} params.status - A comma-separated list of statuses used to filter on shards to get store information for

0 commit comments

Comments
 (0)