Skip to content

Commit c36f585

Browse files
ezimueljdconrad
authored andcommitted
Fix URL documentation in API specs (#44487)
1 parent 49825cf commit c36f585

File tree

108 files changed

+108
-108
lines changed

Some content is hidden

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

108 files changed

+108
-108
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"bulk": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-bulk.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-bulk.html",
44
"stability": "stable",
55
"methods": ["POST", "PUT"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.aliases": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-alias.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-alias.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.allocation": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-allocation.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-allocation.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.count": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-count.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-count.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.fielddata": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-fielddata.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-fielddata.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.health": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-health.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-health.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.help": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.indices": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-indices.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-indices.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.master": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-master.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-master.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.nodeattrs": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodeattrs.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodeattrs.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.nodes": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodes.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodes.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.pending_tasks": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-pending-tasks.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-pending-tasks.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.plugins": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-plugins.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-plugins.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.recovery": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-recovery.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-recovery.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.repositories": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-repositories.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-repositories.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.segments": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-segments.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-segments.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.shards": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-shards.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-shards.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.snapshots": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-snapshots.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-snapshots.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.tasks": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.templates": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-templates.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-templates.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.thread_pool": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-thread-pool.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-thread-pool.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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
@@ -1,6 +1,6 @@
11
{
22
"clear_scroll": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-body.html#request-body-search-scroll",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-body.html#_clear_scroll_api",
44
"stability": "stable",
55
"methods": ["DELETE"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cluster.allocation_explain": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-allocation-explain.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-allocation-explain.html",
44
"stability": "stable",
55
"methods": ["GET", "POST"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cluster.get_settings": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-update-settings.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-update-settings.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cluster.health": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-health.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-health.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cluster.pending_tasks": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-pending.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-pending.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cluster.put_settings": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-update-settings.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-update-settings.html",
44
"stability": "stable",
55
"methods": ["PUT"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cluster.remote_info": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-remote-info.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-remote-info.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cluster.reroute": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-reroute.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-reroute.html",
44
"stability": "stable",
55
"methods": ["POST"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cluster.state": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-state.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-state.html",
44
"stability" : "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cluster.stats": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-stats.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-stats.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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
@@ -1,6 +1,6 @@
11
{
22
"count": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/search-count.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/search-count.html",
44
"stability": "stable",
55
"methods": ["POST", "GET"],
66
"url": {

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
@@ -1,6 +1,6 @@
11
{
22
"create": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html",
44
"stability": "stable",
55
"methods": ["PUT","POST"],
66
"url": {

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
@@ -1,6 +1,6 @@
11
{
22
"delete": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-delete.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-delete.html",
44
"stability": "stable",
55
"methods": ["DELETE"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"delete_script": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting.html",
44
"stability": "stable",
55
"methods": ["DELETE"],
66
"url": {

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
@@ -1,6 +1,6 @@
11
{
22
"exists": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html",
44
"stability": "stable",
55
"methods": ["HEAD"],
66
"url": {

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
@@ -1,6 +1,6 @@
11
{
22
"exists_source": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html",
44
"stability": "stable",
55
"methods": ["HEAD"],
66
"url": {

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
@@ -1,6 +1,6 @@
11
{
22
"explain": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/search-explain.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/search-explain.html",
44
"stability": "stable",
55
"methods": ["GET", "POST"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"field_caps": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/search-field-caps.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/search-field-caps.html",
44
"stability": "stable",
55
"methods": ["GET", "POST"],
66
"url": {

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
@@ -1,6 +1,6 @@
11
{
22
"get": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"get_script": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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
@@ -1,6 +1,6 @@
11
{
22
"get_source": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"index": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html",
44
"stability": "stable",
55
"methods": ["POST", "PUT"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"indices.analyze": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-analyze.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-analyze.html",
44
"stability": "stable",
55
"methods": ["GET", "POST"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"indices.clear_cache": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-clearcache.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-clearcache.html",
44
"stability": "stable",
55
"methods": ["POST"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"indices.close": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-open-close.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-open-close.html",
44
"stability": "stable",
55
"methods": ["POST"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"indices.create": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-create-index.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-create-index.html",
44
"stability": "stable",
55
"methods": ["PUT"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"indices.delete": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-delete-index.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-delete-index.html",
44
"stability": "stable",
55
"methods": ["DELETE"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"indices.delete_alias": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-aliases.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-aliases.html",
44
"stability": "stable",
55
"methods": ["DELETE"],
66
"url": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"indices.delete_template": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
44
"stability": "stable",
55
"methods": ["DELETE"],
66
"url": {

0 commit comments

Comments
 (0)