OpenSearch/rest-api-spec/api
Honza Kral 7c6f8a0b83 validate_query for consistency 2013-06-07 18:58:34 +02:00
..
bulk.json Removed the incorrect `index` URL parameter from `_bulk` 2013-05-28 09:55:28 +02:00
cluster.health.json Small text edits for `_cluster/health` 2013-05-28 09:58:00 +02:00
cluster.node_hot_threads.json node_hot_threads descriptions 2013-06-04 17:27:21 +02:00
cluster.node_info.json Revert "Only support one path path for node info" 2013-06-07 18:38:20 +02:00
cluster.node_shutdown.json cluster.node. -> cluster.node_ 2013-06-04 17:24:11 +02:00
cluster.node_stats.json cluster.node. -> cluster.node_ 2013-06-04 17:24:11 +02:00
cluster.reroute.json cluster reroute filter_metadata description 2013-06-04 17:35:22 +02:00
cluster.settings.json Added the API definition for `_cluster/settings` 2013-05-26 15:51:58 +02:00
cluster.state.json Added the API definition for `_cluster/state` 2013-05-26 15:51:58 +02:00
count.json Don't expose operation_threading 2013-06-04 17:15:05 +02:00
create.json Separate endpoint for op_type create 2013-06-04 13:27:25 +02:00
delete.json Removed the `id` URL parameter in the delete index API 2013-05-28 10:34:40 +02:00
delete_by_query.json Removed the `index` and `type` URL parameters for the "delete by query" API 2013-05-28 10:35:16 +02:00
exists.json Exists as separate endpoint 2013-06-04 13:31:37 +02:00
explain.json Removed the `id` URL parameter in `_explain` API 2013-05-28 10:36:06 +02:00
get.json Exists as separate endpoint 2013-06-04 13:31:37 +02:00
index.json Separate endpoint for op_type create 2013-06-04 13:27:25 +02:00
indices.aliases.json Alias -> Aliases 2013-06-04 12:58:05 +02:00
indices.analyze.json Improved description for the `prefer_local` parameter in the `_percolate` and `_analyze` APIs 2013-05-28 10:52:44 +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 Rename api methods to verb_object for consistency 2013-06-07 18:56:11 +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 Rename api methods to verb_object for consistency 2013-06-07 18:56:11 +02:00
indices.exist_indices.json Rename api methods to verb_object for consistency 2013-06-07 18:56:11 +02:00
indices.exist_types.json Rename api methods to verb_object for consistency 2013-06-07 18:56:11 +02:00
indices.exists_alias.json Rename api methods to verb_object for consistency 2013-06-07 18:56:11 +02:00
indices.flush.json Added the API definition for `_flush` 2013-05-27 15:50:14 +02:00
indices.gateway.snapshot.json Added the API definition for `_gateway/snapshot` 2013-05-27 15:51:52 +02:00
indices.get_alias.json Rename api methods to verb_object for consistency 2013-06-07 18:56:11 +02:00
indices.get_mapping.json Rename api methods to verb_object for consistency 2013-06-07 18:56:11 +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 Rename api methods to verb_object for consistency 2013-06-07 18:56:11 +02:00
indices.open.json Corrected the description in the index `_open` API 2013-05-28 10:41:37 +02:00
indices.optimize.json Added the API definition for `_optimize` 2013-05-27 16:57:31 +02:00
indices.put_alias.json Rename api methods to verb_object for consistency 2013-06-07 18:56:11 +02:00
indices.put_mapping.json Rename api methods to verb_object for consistency 2013-06-07 18:56:11 +02:00
indices.put_template.json Rename api methods to verb_object for consistency 2013-06-07 18:56:11 +02:00
indices.put_warmer.json Rename api methods to verb_object for consistency 2013-06-07 18:56:11 +02:00
indices.refresh.json Added the API definition for `_refresh` 2013-05-27 16:59:39 +02:00
indices.segments.json Added the API definition for `_segments` 2013-05-27 17:02:08 +02:00
indices.settings.json Removed the incorrect "required" for index in the `_settings` API 2013-05-27 21:58:36 +02:00
indices.stats.json Added missing URL parts for the `_stats` API 2013-05-27 21:10:30 +02:00
indices.status.json Added the API definition for `{index}/_status` 2013-05-27 21:46:23 +02:00
indices.validate_query.json validate_query for consistency 2013-06-07 18:58:34 +02:00
info.json Correct name for the `info` API (root endpoint) 2013-05-28 10:45:10 +02:00
mget.json Added the API definition for `_mget` 2013-05-26 19:05:59 +02:00
mlt.json Corrected the formatting in the `_mlt` API 2013-05-28 10:48:23 +02:00
msearch.json Correct name and small text edits for `_msearch` 2013-05-28 10:49:36 +02:00
percolate.json Improved description for the `prefer_local` parameter in the `_percolate` and `_analyze` APIs 2013-05-28 10:52:44 +02:00
scroll.json name the scroll endpoint correctly 2013-06-07 18:38:20 +02:00
search.json Don't expose operation_threading 2013-06-04 17:15:05 +02:00
suggest.json Don't expose operation_threading 2013-06-04 17:15:05 +02:00
update.json Added the API definition for updating a document 2013-05-27 23:57:02 +02:00