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
}

0 commit comments

Comments
 (0)