From e28a34f1269bfc5f1ba6c456cc1bcc7b79ade292 Mon Sep 17 00:00:00 2001 From: Mihai Doarna Date: Mon, 27 May 2024 11:08:19 +0300 Subject: [PATCH] Docs: Add a note about deprecating the settings update API (#87552) * add a note about deprecating the settings update API * Update docs/sources/setup-grafana/configure-grafana/settings-updates-at-runtime/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --- .../configure-grafana/settings-updates-at-runtime/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-grafana/settings-updates-at-runtime/index.md b/docs/sources/setup-grafana/configure-grafana/settings-updates-at-runtime/index.md index 5a43030817b..046c0528c43 100644 --- a/docs/sources/setup-grafana/configure-grafana/settings-updates-at-runtime/index.md +++ b/docs/sources/setup-grafana/configure-grafana/settings-updates-at-runtime/index.md @@ -17,7 +17,7 @@ weight: 500 # Settings updates at runtime {{% admonition type="note" %}} -Available in Grafana Enterprise version 8.0 and later. +This functionality is deprecated and will be removed in a future release. For configuring SAML authentication, please use the new [SSO settings API]({{< relref "../../../developers/http_api/sso-settings" >}}). {{% /admonition %}} By updating settings at runtime, you can update Grafana settings without needing to restart the Grafana server.