OpenSearch/rest-api-spec/api
Clinton Gormley 846420904d Mget doesn't support "parent" and "routing" params in the query string 2013-07-01 13:14:16 +02:00
..
bulk.json Removed the incorrect `index` URL parameter from `_bulk` 2013-05-28 09:55:28 +02:00
cluster.get_settings.json Extracted the `cluster.get_settings` API spec from `cluster.settings` 2013-06-17 18:54:25 +02:00
cluster.health.json Small text edits for `_cluster/health` 2013-05-28 09:58:00 +02:00
cluster.node_hot_threads.json Changed the `nodeID` parameter to `node_id` 2013-06-12 17:52:32 +02:00
cluster.node_info.json Added timeout param to cluster.node_info 2013-06-20 11:44:02 +02:00
cluster.node_shutdown.json Changed the `nodeID` parameter to `node_id` 2013-06-12 17:52:32 +02:00
cluster.node_stats.json Clarified the various endpoints in the `cluster.node_stats` API 2013-06-17 18:50:46 +02:00
cluster.put_settings.json Added the `cluster.put_settings` API 2013-06-17 18:55:34 +02:00
cluster.reroute.json cluster reroute filter_metadata description 2013-06-04 17:35:22 +02:00
cluster.state.json Added the API definition for `_cluster/state` 2013-05-26 15:51:58 +02:00
count.json Improved the preference description to distinguish get requests from search requests 2013-06-17 16:43:02 +02:00
create.json Separate endpoint for op_type create 2013-06-04 13:27:25 +02:00
delete.json Added "version" param to delete and update 2013-06-20 11:34:18 +02:00
delete_by_query.json Added missing parameters to the "delete_by_query" API 2013-06-22 17:04:21 +02:00
exists.json Yet another change to preference - get requests also accept shard/node 2013-06-17 16:58:12 +02:00
explain.json Fixed, that `body` is not required in the "explain" API 2013-06-22 19:16:44 +02:00
get.json Yet another change to preference - get requests also accept shard/node 2013-06-17 16:58:12 +02:00
get_source.json Added the "get_source" API 2013-06-22 21:25:01 +02:00
index.json In the index API, id should be specified in the URL, not the query string 2013-06-19 15:32:30 +02:00
indices.analyze.json Corrected the missing `field` parameter description for `indices.analyze` API 2013-06-18 22:16:52 +02:00
indices.clear_cache.json Rename api methods to verb_object for consistency 2013-06-07 18:56:11 +02:00
indices.close.json Removed incorrect `index` URL parameter from API definitions 2013-05-28 09:52:56 +02:00
indices.create.json Removed incorrect `index` URL parameter from API definitions 2013-05-28 09:52:56 +02:00
indices.delete.json Removed incorrect `index` URL parameter from API definitions 2013-05-28 09:52:56 +02:00
indices.delete_alias.json Rename api methods to verb_object for consistency 2013-06-07 18:56:11 +02:00
indices.delete_mapping.json Required settings for path parts 2013-06-09 21:17:29 +02:00
indices.delete_template.json Rename api methods to verb_object for consistency 2013-06-07 18:56:11 +02:00
indices.delete_warmer.json Required settings for path parts 2013-06-09 21:17:29 +02:00
indices.exists.json Use singular for index and type, index is default for exists methods 2013-06-07 23:24:04 +02:00
indices.exists_alias.json Rename api methods to verb_object for consistency 2013-06-07 18:56:11 +02:00
indices.exists_type.json Use singular for index and type, index is default for exists methods 2013-06-07 23:24:04 +02:00
indices.flush.json Index is not required for flush 2013-06-07 20:23:02 +02:00
indices.get_alias.json Removed `index` and `name` parameters from the "Get Alias" API 2013-06-19 17:53:15 +02:00
indices.get_aliases.json Corrected `timeout` description in the `indices.get_aliases` API 2013-06-20 13:05:06 +02:00
indices.get_mapping.json Required settings for path parts 2013-06-09 21:17:29 +02:00
indices.get_settings.json Split settings to get_ and set_ methods 2013-06-07 19:44:28 +02:00
indices.get_template.json Rename api methods to verb_object for consistency 2013-06-07 18:56:11 +02:00
indices.get_warmer.json Revert "Corrected `indices.get_warmer` API (index not required, base path just `/_warmer`)" 2013-06-20 11:21:19 +02:00
indices.open.json Index is required for open 2013-06-07 14:41:02 -04:00
indices.optimize.json Index is not required for optimize 2013-06-07 14:38:55 -04:00
indices.put_alias.json Fixed: body is not required in `indices.put_alias` 2013-06-20 15:05:37 +02:00
indices.put_mapping.json Revert cfd49f8: type is required in "indices.put_mapping" 2013-06-20 17:07:06 +02:00
indices.put_settings.json put_* apis have required body 2013-06-08 15:34:13 +02:00
indices.put_template.json Add doc url for put_template 2013-06-09 21:50:59 +02:00
indices.put_warmer.json Required settings for path parts 2013-06-09 21:17:29 +02:00
indices.refresh.json Index is not required for refresh 2013-06-07 14:50:14 -04:00
indices.segments.json Index is not required for segments 2013-06-07 14:53:03 -04:00
indices.snapshot_index.json Required settings for path parts 2013-06-09 21:17:29 +02:00
indices.stats.json Improved formatting of endpoint in `indices.stats` 2013-06-21 16:58:41 +02:00
indices.status.json Added the API definition for `{index}/_status` 2013-05-27 21:46:23 +02:00
indices.update_aliases.json Changed body to be required in update_aliases 2013-06-21 12:44:17 +02:00
indices.validate_query.json Added the `q` URL parameter to the `indices.validate_query` API 2013-06-21 18:02:22 +02:00
info.json Correct name for the `info` API (root endpoint) 2013-05-28 10:45:10 +02:00
mget.json Mget doesn't support "parent" and "routing" params in the query string 2013-07-01 13:14:16 +02:00
mlt.json Corrected the formatting in the `_mlt` API 2013-05-28 10:48:23 +02:00
msearch.json Added, that `body` is required in "msearch" 2013-06-21 22:35:25 +02:00
percolate.json Added, that `body` is required in "percolate" API 2013-06-22 11:28:14 +02:00
scroll.json Fix documentation URL for Scroll 2013-06-13 21:06:00 -04:00
search.json Improved the preference description to distinguish get requests from search requests 2013-06-17 16:43:02 +02:00
suggest.json Improved the preference description to distinguish get requests from search requests 2013-06-17 16:43:02 +02:00
update.json Added "version" param to delete and update 2013-06-20 11:34:18 +02:00