Skip to content

Commit c38c8e7

Browse files
committed
Remove doc URLs for internal APIs
1 parent 592da83 commit c38c8e7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/_internal.delete_desired_balance.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"_internal.delete_desired_balance":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-desired-balance.html",
4+
"url": null,
55
"description": "This API is a diagnostics API and the output should not be relied upon for building applications"
66
},
77
"stability":"experimental",

rest-api-spec/src/main/resources/rest-api-spec/api/_internal.delete_desired_nodes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"_internal.delete_desired_nodes":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-desired-nodes.html",
4+
"url": null,
55
"description": "Deletes the desired nodes"
66
},
77
"stability":"experimental",

rest-api-spec/src/main/resources/rest-api-spec/api/_internal.get_desired_balance.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"_internal.get_desired_balance":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/get-desired-balance.html",
4+
"url": null,
55
"description": "This API is a diagnostics API and the output should not be relied upon for building applications"
66
},
77
"stability":"experimental",

rest-api-spec/src/main/resources/rest-api-spec/api/_internal.get_desired_nodes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"_internal.get_desired_nodes":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/get-desired-nodes.html",
4+
"url": null,
55
"description": "Gets the latest desired nodes"
66
},
77
"stability":"experimental",

rest-api-spec/src/main/resources/rest-api-spec/api/_internal.prevalidate_node_removal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"_internal.prevalidate_node_removal": {
33
"documentation":{
4-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/prevalidate-node-removal-api.html",
4+
"url": null,
55
"description":"Prevalidates node removal from the cluster"
66
},
77
"stability":"stable",

rest-api-spec/src/main/resources/rest-api-spec/api/_internal.update_desired_nodes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"_internal.update_desired_nodes":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/update-desired-nodes.html",
4+
"url": null,
55
"description": "Updates the desired nodes"
66
},
77
"stability":"experimental",

0 commit comments

Comments
 (0)