Update Settings Update documentation with the information about fine-grained access control (#37300) (#37396)

(cherry picked from commit 53072bcad1)

Co-authored-by: Vardan Torosyan <vardants@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2021-07-30 13:30:52 +02:00
committed by GitHub
co-authored by Vardan Torosyan
parent 64bd269f1e
commit 9ccc02f5a3
2 changed files with 19 additions and 3 deletions
+8
View File
@@ -192,6 +192,14 @@ Updates / removes and reloads database settings. You must provide either `update
This endpoint only supports changes to `auth.saml` configuration.
#### Required permissions
See note in the [introduction]({{< ref "#admin-api" >}}) for an explanation.
Action | Scope
--- | --- |
settings:write | settings:**<br>settings:auth.saml:*<br>settings:auth.saml:enabled (property level)
**Example request:**
```http