Skip to content

Commit cb7ce86

Browse files
authored
remove path from rest-api-spec (#41452) (#43084)
(cherry picked from commit f5fde1d)
1 parent 1c7cd09 commit cb7ce86

File tree

261 files changed

+0
-261
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

261 files changed

+0
-261
lines changed

plugins/examples/rest-handler/src/test/resources/rest-api-spec/api/cat.example.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cat/example",
76
"paths": ["/_cat/example"],
87
"parts": {},
98
"params": {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-bulk.html",
44
"methods": ["POST", "PUT"],
55
"url": {
6-
"path": "/_bulk",
76
"paths": ["/_bulk", "/{index}/_bulk", "/{index}/{type}/_bulk"],
87
"parts": {
98
"index": {

rest-api-spec/src/main/resources/rest-api-spec/api/cat.aliases.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-alias.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cat/aliases",
76
"paths": ["/_cat/aliases", "/_cat/aliases/{name}"],
87
"parts": {
98
"name": {

rest-api-spec/src/main/resources/rest-api-spec/api/cat.allocation.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-allocation.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cat/allocation",
76
"paths": ["/_cat/allocation", "/_cat/allocation/{node_id}"],
87
"parts": {
98
"node_id": {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-count.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cat/count",
76
"paths": ["/_cat/count", "/_cat/count/{index}"],
87
"parts": {
98
"index": {

rest-api-spec/src/main/resources/rest-api-spec/api/cat.fielddata.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-fielddata.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cat/fielddata",
76
"paths": ["/_cat/fielddata", "/_cat/fielddata/{fields}"],
87
"parts": {
98
"fields": {

rest-api-spec/src/main/resources/rest-api-spec/api/cat.health.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-health.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cat/health",
76
"paths": ["/_cat/health"],
87
"parts": {
98
},

rest-api-spec/src/main/resources/rest-api-spec/api/cat.help.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cat",
76
"paths": ["/_cat"],
87
"parts": {
98
},

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-indices.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cat/indices",
76
"paths": ["/_cat/indices", "/_cat/indices/{index}"],
87
"parts": {
98
"index": {

rest-api-spec/src/main/resources/rest-api-spec/api/cat.master.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-master.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cat/master",
76
"paths": ["/_cat/master"],
87
"parts": {
98
},

rest-api-spec/src/main/resources/rest-api-spec/api/cat.nodeattrs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodeattrs.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cat/nodeattrs",
76
"paths": ["/_cat/nodeattrs"],
87
"parts": {
98
},

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodes.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cat/nodes",
76
"paths": ["/_cat/nodes"],
87
"parts": {
98
},

rest-api-spec/src/main/resources/rest-api-spec/api/cat.pending_tasks.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-pending-tasks.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cat/pending_tasks",
76
"paths": ["/_cat/pending_tasks"],
87
"parts": {
98
},

rest-api-spec/src/main/resources/rest-api-spec/api/cat.plugins.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-plugins.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cat/plugins",
76
"paths": ["/_cat/plugins"],
87
"params": {
98
"format": {

rest-api-spec/src/main/resources/rest-api-spec/api/cat.recovery.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-recovery.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cat/recovery",
76
"paths": ["/_cat/recovery", "/_cat/recovery/{index}"],
87
"parts": {
98
"index": {

rest-api-spec/src/main/resources/rest-api-spec/api/cat.repositories.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-repositories.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cat/repositories",
76
"paths": ["/_cat/repositories"],
87
"parts": {
98
},

rest-api-spec/src/main/resources/rest-api-spec/api/cat.segments.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-segments.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cat/segments",
76
"paths": ["/_cat/segments", "/_cat/segments/{index}"],
87
"parts": {
98
"index": {

rest-api-spec/src/main/resources/rest-api-spec/api/cat.shards.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-shards.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cat/shards",
76
"paths": ["/_cat/shards", "/_cat/shards/{index}"],
87
"parts": {
98
"index": {

rest-api-spec/src/main/resources/rest-api-spec/api/cat.snapshots.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-snapshots.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cat/snapshots",
76
"paths": [
87
"/_cat/snapshots",
98
"/_cat/snapshots/{repository}"],

rest-api-spec/src/main/resources/rest-api-spec/api/cat.tasks.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cat/tasks",
76
"paths": ["/_cat/tasks"],
87
"parts": {
98
},

rest-api-spec/src/main/resources/rest-api-spec/api/cat.templates.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-templates.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cat/templates",
76
"paths": ["/_cat/templates", "/_cat/templates/{name}"],
87
"parts": {
98
"name": {

rest-api-spec/src/main/resources/rest-api-spec/api/cat.thread_pool.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-thread-pool.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cat/thread_pool",
76
"paths": ["/_cat/thread_pool","/_cat/thread_pool/{thread_pool_patterns}"],
87
"parts": {
98
"thread_pool_patterns": {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-scroll.html",
44
"methods": ["DELETE"],
55
"url": {
6-
"path": "/_search/scroll",
76
"paths": [ "/_search/scroll"],
87
"deprecated_paths" : [
98
{

rest-api-spec/src/main/resources/rest-api-spec/api/cluster.allocation_explain.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-allocation-explain.html",
44
"methods": ["GET", "POST"],
55
"url": {
6-
"path": "/_cluster/allocation/explain",
76
"paths": ["/_cluster/allocation/explain"],
87
"parts": {},
98
"params": {

rest-api-spec/src/main/resources/rest-api-spec/api/cluster.get_settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-update-settings.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cluster/settings",
76
"paths": ["/_cluster/settings"],
87
"parts": {},
98
"params": {

rest-api-spec/src/main/resources/rest-api-spec/api/cluster.health.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-health.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cluster/health",
76
"paths": ["/_cluster/health", "/_cluster/health/{index}"],
87
"parts": {
98
"index": {

rest-api-spec/src/main/resources/rest-api-spec/api/cluster.pending_tasks.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-pending.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cluster/pending_tasks",
76
"paths": ["/_cluster/pending_tasks"],
87
"parts": {
98
},

rest-api-spec/src/main/resources/rest-api-spec/api/cluster.put_settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-update-settings.html",
44
"methods": ["PUT"],
55
"url": {
6-
"path": "/_cluster/settings",
76
"paths": ["/_cluster/settings"],
87
"parts": {},
98
"params": {

rest-api-spec/src/main/resources/rest-api-spec/api/cluster.remote_info.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-remote-info.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_remote/info",
76
"paths": ["/_remote/info"],
87
"params": {}
98
},

rest-api-spec/src/main/resources/rest-api-spec/api/cluster.reroute.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-reroute.html",
44
"methods": ["POST"],
55
"url": {
6-
"path": "/_cluster/reroute",
76
"paths": ["/_cluster/reroute"],
87
"parts": {
98
},

rest-api-spec/src/main/resources/rest-api-spec/api/cluster.state.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-state.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cluster/state",
76
"paths": [
87
"/_cluster/state",
98
"/_cluster/state/{metric}",

rest-api-spec/src/main/resources/rest-api-spec/api/cluster.stats.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-stats.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_cluster/stats",
76
"paths": ["/_cluster/stats", "/_cluster/stats/nodes/{node_id}"],
87
"parts": {
98
"node_id": {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/search-count.html",
44
"methods": ["POST", "GET"],
55
"url": {
6-
"path": "/_count",
76
"paths": ["/_count", "/{index}/_count"],
87
"deprecated_paths" : [
98
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html",
44
"methods": ["PUT","POST"],
55
"url": {
6-
"path": "/{index}/_create/{id}",
76
"paths": ["/{index}/_create/{id}"],
87
"deprecated_paths" : [
98
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-delete.html",
44
"methods": ["DELETE"],
55
"url": {
6-
"path": "/{index}/_doc/{id}",
76
"paths": ["/{index}/_doc/{id}"],
87
"deprecated_paths" : [
98
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-delete-by-query.html",
44
"methods": ["POST"],
55
"url": {
6-
"path": "/{index}/_delete_by_query",
76
"paths": ["/{index}/_delete_by_query"],
87
"deprecated_paths" : [
98
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-delete-by-query.html",
44
"methods": ["POST"],
55
"url": {
6-
"path": "/_delete_by_query/{task_id}/_rethrottle",
76
"paths": ["/_delete_by_query/{task_id}/_rethrottle"],
87
"parts": {
98
"task_id": {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting.html",
44
"methods": ["DELETE"],
55
"url": {
6-
"path": "/_scripts/{id}",
76
"paths": [ "/_scripts/{id}" ],
87
"parts": {
98
"id": {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html",
44
"methods": ["HEAD"],
55
"url": {
6-
"path": "/{index}/_doc/{id}",
76
"paths": ["/{index}/_doc/{id}"],
87
"deprecated_paths" : [
98
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html",
44
"methods": ["HEAD"],
55
"url": {
6-
"path": "/{index}/_source/{id}",
76
"paths": ["/{index}/_source/{id}"],
87
"deprecated_paths" : [
98
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/search-explain.html",
44
"methods": ["GET", "POST"],
55
"url": {
6-
"path": "/{index}/_explain/{id}",
76
"paths": ["/{index}/_explain/{id}"],
87
"deprecated_paths" : [
98
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/search-field-caps.html",
44
"methods": ["GET", "POST"],
55
"url": {
6-
"path": "/_field_caps",
76
"paths": [
87
"/_field_caps",
98
"/{index}/_field_caps"

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/{index}/_doc/{id}",
76
"paths": ["/{index}/_doc/{id}"],
87
"deprecated_paths" : [
98
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/_scripts/{id}",
76
"paths": [ "/_scripts/{id}" ],
87
"parts": {
98
"id": {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html",
44
"methods": ["GET"],
55
"url": {
6-
"path": "/{index}/_source/{id}",
76
"paths": ["/{index}/_source/{id}"],
87
"deprecated_paths" : [
98
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html",
44
"methods": ["POST", "PUT"],
55
"url": {
6-
"path": "/{index}/_doc",
76
"paths": ["/{index}/_doc/{id}", "/{index}/_doc"],
87
"deprecated_paths" : [
98
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-analyze.html",
44
"methods": ["GET", "POST"],
55
"url": {
6-
"path": "/_analyze",
76
"paths": ["/_analyze", "/{index}/_analyze"],
87
"parts": {
98
"index": {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-clearcache.html",
44
"methods": ["POST"],
55
"url": {
6-
"path": "/_cache/clear",
76
"paths": ["/_cache/clear", "/{index}/_cache/clear"],
87
"parts": {
98
"index": {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-open-close.html",
44
"methods": ["POST"],
55
"url": {
6-
"path": "/{index}/_close",
76
"paths": ["/{index}/_close"],
87
"parts": {
98
"index": {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-create-index.html",
44
"methods": ["PUT"],
55
"url": {
6-
"path": "/{index}",
76
"paths": ["/{index}"],
87
"parts": {
98
"index": {

0 commit comments

Comments
 (0)