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

This commit is contained in:
Vardan Torosyan
2021-07-30 13:04:13 +02:00
committed by GitHub
parent 88c11f1cc0
commit 53072bcad1
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