Skip to content

Commit 8fe223e

Browse files
committed
use version numbers up to patch version
1 parent d0f00cd commit 8fe223e

30 files changed

+47
-47
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/clear_scroll.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths": [ "/_search/scroll"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/_search/scroll/{scroll_id}",
1212
"description" : "A scroll id can be quite large and should be specified as part of the body"
1313
}

rest-api-spec/src/main/resources/rest-api-spec/api/count.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths": ["/_count", "/{index}/_count"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/{index}/{type}/_count",
1212
"description" : "Specifying types in urls has been deprecated"
1313
}

rest-api-spec/src/main/resources/rest-api-spec/api/create.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths": ["/{index}/_create/{id}"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/{index}/{type}/{id}/_create",
1212
"description" : "Specifying types in urls has been deprecated"
1313
}

rest-api-spec/src/main/resources/rest-api-spec/api/delete.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths": ["/{index}/_doc/{id}"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/{index}/{type}/{id}",
1212
"description" : "Specifying types in urls has been deprecated"
1313
}

rest-api-spec/src/main/resources/rest-api-spec/api/delete_by_query.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths": ["/{index}/_delete_by_query"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/{index}/{type}/_delete_by_query",
1212
"description" : "Specifying types in urls has been deprecated"
1313
}

rest-api-spec/src/main/resources/rest-api-spec/api/exists.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths": ["/{index}/_doc/{id}"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/{index}/{type}/{id}",
1212
"description" : "Specifying types in urls has been deprecated"
1313
}

rest-api-spec/src/main/resources/rest-api-spec/api/exists_source.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths": ["/{index}/_source/{id}"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/{index}/{type}/{id}/_source",
1212
"description" : "Specifying types in urls has been deprecated"
1313
}

rest-api-spec/src/main/resources/rest-api-spec/api/explain.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths": ["/{index}/_explain/{id}"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/{index}/{type}/{id}/_explain",
1212
"description" : "Specifying types in urls has been deprecated"
1313
}

rest-api-spec/src/main/resources/rest-api-spec/api/get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths": ["/{index}/_doc/{id}"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/{index}/{type}/{id}",
1212
"description" : "Specifying types in urls has been deprecated"
1313
}

rest-api-spec/src/main/resources/rest-api-spec/api/get_source.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths": ["/{index}/_source/{id}"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/{index}/{type}/{id}/_source",
1212
"description" : "Specifying types in urls has been deprecated"
1313
}

rest-api-spec/src/main/resources/rest-api-spec/api/index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"paths": ["/{index}/_doc/{id}", "/{index}/_doc"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/{index}/{type}",
1212
"description" : "Specifying types in urls has been deprecated"
1313
},
1414
{
15-
"version" : "7.0",
15+
"version" : "7.0.0",
1616
"path" : "/{index}/{type}/{id}",
1717
"description" : "Specifying types in urls has been deprecated"
1818
}

rest-api-spec/src/main/resources/rest-api-spec/api/indices.exists_type.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-types-exists.html",
44
"methods": ["HEAD"],
55
"deprecated" : {
6-
"version" : "7.0",
6+
"version" : "7.0.0",
77
"description" : "Types are being removed from elasticsearch and therefor this API is on the way out. Read more here: https://www.elastic.co/guide/en/elasticsearch/reference/master/removal-of-types.html"
88
},
99
"url": {

rest-api-spec/src/main/resources/rest-api-spec/api/indices.get_field_mapping.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"paths": ["/_mapping/field/{fields}", "/{index}/_mapping/field/{fields}"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/_mapping/{type}/field/{fields}",
1212
"description" : "Specifying types in urls has been deprecated"
1313
},
1414
{
15-
"version" : "7.0",
15+
"version" : "7.0.0",
1616
"path" : "/{index}/_mapping/{type}/field/{fields}",
1717
"description" : "Specifying types in urls has been deprecated"
1818
}

rest-api-spec/src/main/resources/rest-api-spec/api/indices.get_mapping.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"paths": ["/_mapping", "/{index}/_mapping"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/_mapping/{type}",
1212
"description" : "Specifying types in urls has been deprecated"
1313
},
1414
{
15-
"version" : "7.0",
15+
"version" : "7.0.0",
1616
"path" : "/{index}/_mapping/{type}",
1717
"description" : "Specifying types in urls has been deprecated"
1818
}

rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_mapping.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,37 +7,37 @@
77
"paths": ["{index}/_mapping"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/{index}/{type}/_mapping",
1212
"description" : "Specifying types in urls has been deprecated"
1313
},
1414
{
15-
"version" : "7.0",
15+
"version" : "7.0.0",
1616
"path" : "/{index}/_mapping/{type}",
1717
"description" : "Specifying types in urls has been deprecated"
1818
},
1919
{
20-
"version" : "7.0",
20+
"version" : "7.0.0",
2121
"path" : "/{index}/{type}/_mappings",
2222
"description" : "Specifying types in urls has been deprecated"
2323
},
2424
{
25-
"version" : "7.0",
25+
"version" : "7.0.0",
2626
"path" : "/{index}/_mappings/{type}",
2727
"description" : "Specifying types in urls has been deprecated"
2828
},
2929
{
30-
"version" : "7.0",
30+
"version" : "7.0.0",
3131
"path" : "/_mappings/{type}",
3232
"description" : "Specifying types in urls has been deprecated"
3333
},
3434
{
35-
"version" : "7.0",
35+
"version" : "7.0.0",
3636
"path" : "{index}/_mappings",
3737
"description" : "The plural mappings is accepted but only /_mapping is documented"
3838
},
3939
{
40-
"version" : "7.0",
40+
"version" : "7.0.0",
4141
"path" : "/_mapping/{type}",
4242
"description" : "Specifying types in urls has been deprecated"
4343
}

rest-api-spec/src/main/resources/rest-api-spec/api/indices.validate_query.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths": ["/_validate/query", "/{index}/_validate/query"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/{index}/{type}/_validate/query",
1212
"description" : "Specifying types in urls has been deprecated"
1313
}

rest-api-spec/src/main/resources/rest-api-spec/api/mget.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths": ["/_mget", "/{index}/_mget"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/{index}/{type}/_mget",
1212
"description" : "Specifying types in urls has been deprecated"
1313
}

rest-api-spec/src/main/resources/rest-api-spec/api/msearch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths": ["/_msearch", "/{index}/_msearch"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/{index}/{type}/_msearch",
1212
"description" : "Specifying types in urls has been deprecated"
1313
}

rest-api-spec/src/main/resources/rest-api-spec/api/msearch_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths": ["/_msearch/template", "/{index}/_msearch/template"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/{index}/{type}/_msearch/template",
1212
"description" : "Specifying types in urls has been deprecated"
1313
}

rest-api-spec/src/main/resources/rest-api-spec/api/mtermvectors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths" : ["/_mtermvectors", "/{index}/_mtermvectors"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/{index}/{type}/_mtermvectors",
1212
"description" : "Specifying types in urls has been deprecated"
1313
}

rest-api-spec/src/main/resources/rest-api-spec/api/nodes.hot_threads.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,33 @@
77
"paths": ["/_nodes/hot_threads", "/_nodes/{node_id}/hot_threads"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/_cluster/nodes/hotthreads",
1212
"description" : "The hot threads API accepts `hotthreads` but only `hot_threads` is documented"
1313
},
1414
{
15-
"version" : "7.0",
15+
"version" : "7.0.0",
1616
"path" : "/_cluster/nodes/{node_id}/hotthreads",
1717
"description" : "The hot threads API accepts `hotthreads` but only `hot_threads` is documented"
1818
},
1919
{
20-
"version" : "7.0",
20+
"version" : "7.0.0",
2121
"path" : "/_nodes/hotthreads",
2222
"description" : "The hot threads API accepts `hotthreads` but only `hot_threads` is documented"
2323
},
2424
{
25-
"version" : "7.0",
25+
"version" : "7.0.0",
2626
"path" : "/_nodes/{node_id}/hotthreads",
2727
"description" : "The hot threads API accepts `hotthreads` but only `hot_threads` is documented"
2828
},
2929
{
30-
"version" : "7.0",
31-
"path" : "/_cluster/nodes/hot_threads",
30+
"version" : "7.0.0",
31+
"path" : "/_cluster/nodes/hot_threads",
3232
"description" : "The hot accepts /_cluster/nodes as prefix for backwards compatibility reasons"
3333
},
3434
{
35-
"version" : "7.0",
36-
"path" :"/_cluster/nodes/{node_id}/hot_threads",
35+
"version" : "7.0.0",
36+
"path" :"/_cluster/nodes/{node_id}/hot_threads",
3737
"description" : "The hot accepts /_cluster/nodes as prefix for backwards compatibility reasons"
3838
}
3939
],

rest-api-spec/src/main/resources/rest-api-spec/api/scroll.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths": ["/_search/scroll"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/_search/scroll/{scroll_id}",
1212
"description" : "A scroll id can be quite large and should be specified as part of the body"
1313
}

rest-api-spec/src/main/resources/rest-api-spec/api/search.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths": ["/_search", "/{index}/_search"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/{index}/{type}/_search",
1212
"description" : "Specifying types in urls has been deprecated"
1313
}

rest-api-spec/src/main/resources/rest-api-spec/api/search_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths": ["/_search/template", "/{index}/_search/template"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/{index}/{type}/_search/template",
1212
"description" : "Specifying types in urls has been deprecated"
1313
}

rest-api-spec/src/main/resources/rest-api-spec/api/termvectors.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"paths" : ["/{index}/_termvectors/{id}", "/{index}/_termvectors"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/{index}/{type}/{id}/_termvectors",
1212
"description" : "Specifying types in urls has been deprecated"
1313
},
1414
{
15-
"version" : "7.0",
15+
"version" : "7.0.0",
1616
"path" : "/{index}/{type}/_termvectors",
1717
"description" : "Specifying types in urls has been deprecated"
1818
}

rest-api-spec/src/main/resources/rest-api-spec/api/update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths": ["/{index}/_update/{id}"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/{index}/{type}/{id}/_update",
1212
"description" : "Specifying types in urls has been deprecated"
1313
}

rest-api-spec/src/main/resources/rest-api-spec/api/update_by_query.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths": ["/{index}/_update_by_query"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/{index}/{type}/_update_by_query",
1212
"description" : "Specifying types in urls has been deprecated"
1313
}

x-pack/plugin/src/test/resources/rest-api-spec/api/graph.explore.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths": ["/{index}/_graph/explore"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/{index}/{type}/_graph/explore",
1212
"description" : "Specifying types in urls has been deprecated"
1313
}

x-pack/plugin/src/test/resources/rest-api-spec/api/monitoring.bulk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths": ["/_monitoring/bulk"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "/_monitoring/{type}/bulk",
1212
"description" : "Specifying types in urls has been deprecated"
1313
}

x-pack/plugin/src/test/resources/rest-api-spec/api/rollup.rollup_search.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"paths": [ "{index}/_rollup_search"],
88
"deprecated_paths" : [
99
{
10-
"version" : "7.0",
10+
"version" : "7.0.0",
1111
"path" : "{index}/{type}/_rollup_search",
1212
"description" : "Specifying types in urls has been deprecated"
1313
}

0 commit comments

Comments
 (0)