From 1a7ffaf82675d19620b0916107a168979405c66b Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Tue, 30 Apr 2024 14:07:52 -0500 Subject: [PATCH] Correct the release version for the upgrade API feature (#6955) Signed-off-by: Peter Nied Signed-off-by: Sagar Upadhyaya --- _security/access-control/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_security/access-control/api.md b/_security/access-control/api.md index 8a464bdeb1..bea080a078 100644 --- a/_security/access-control/api.md +++ b/_security/access-control/api.md @@ -1299,7 +1299,7 @@ PATCH _plugins/_security/api/securityconfig ### Configuration upgrade check -Introduced 2.13 +Introduced 2.14 {: .label .label-purple } Checks the current configuration bundled with the host's Security plugin and compares it to the version of the OpenSearch Security plugin the user downloaded. Then, the API responds indicating whether or not an upgrade can be performed and what resources can be updated. @@ -1337,7 +1337,7 @@ GET _plugins/_security/api/_upgrade_check ### Configuration upgrade -Introduced 2.13 +Introduced 2.14 {: .label .label-purple } Adds and updates resources on a host's existing security configuration from the configuration bundled with the latest version of the Security plugin.