added ms as a possible interval unit

This commit is contained in:
Spencer Alger
2015-06-10 14:57:57 -07:00
parent 0148b541b0
commit 626a30164a
3 changed files with 3 additions and 3 deletions

View File

@ -2563,7 +2563,7 @@ api.indices.prototype.flush = ca({
});
/**
* Perform a [indices.flushSynced](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-flush.html) request
* Perform a [indices.flushSynced](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-synced-flush.html) request
*
* @param {Object} params - An object with parameters used to carry out this action
* @param {String, String[], Boolean} params.index - A comma-separated list of index names; use `_all` or empty string for all indices