From f14bc54c486d4db0d5163885275fafd8cae621c8 Mon Sep 17 00:00:00 2001 From: Nick Knize Date: Fri, 9 Apr 2021 19:09:02 -0500 Subject: [PATCH] [Rename] Remove final references to legacy keystore (#514) This commit refactors a remaining reference to the legacy keystore. This is likely not used but left for posterity. Signed-off-by: Nicholas Walter Knize --- .../rest-api-spec/api/nodes.reload_secure_settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/nodes.reload_secure_settings.json b/rest-api-spec/src/main/resources/rest-api-spec/api/nodes.reload_secure_settings.json index fd5420d0288..25dc72b6cc0 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/nodes.reload_secure_settings.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/nodes.reload_secure_settings.json @@ -34,7 +34,7 @@ } }, "body": { - "description": "An object containing the password for the elasticsearch keystore", + "description": "An object containing the password for the opensearch keystore", "required": false } }