Skip to content

Commit af3dfb6

Browse files
authored
rest-api-spec: restore warning about internal use (#133782) (#133924)
We only allow a single sentence in the description, so let's make it count.
1 parent a4d4ea2 commit af3dfb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
@@ -2,7 +2,7 @@
22
"_internal.delete_desired_nodes":{
33
"documentation":{
44
"url": null,
5-
"description": "Deletes the desired nodes"
5+
"description": "Designed for indirect use by ECE/ESS and ECK, direct use is not supported."
66
},
77
"stability":"experimental",
88
"visibility":"private",

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
@@ -2,7 +2,7 @@
22
"_internal.update_desired_nodes":{
33
"documentation":{
44
"url": null,
5-
"description": "Updates the desired nodes"
5+
"description": "Designed for indirect use by ECE/ESS and ECK, direct use is not supported."
66
},
77
"stability":"experimental",
88
"visibility":"private",

0 commit comments

Comments
 (0)