mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 17:02:20 +08:00
Docs: Update docs for creating nested folders (#82310)
This commit is contained in:
@ -160,7 +160,8 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
|
|||||||
- **403** – Access Denied
|
- **403** – Access Denied
|
||||||
- **409** - Folder already exists
|
- **409** - Folder already exists
|
||||||
|
|
||||||
|
## Update folder
|
||||||
|
|
||||||
`PUT /api/folders/:uid`
|
`PUT /api/folders/:uid`
|
||||||
|
|
||||||
Updates an existing folder identified by uid.
|
Updates an existing folder identified by uid.
|
||||||
@ -168,6 +169,7 @@ JSON Body schema:
|
|||||||
**Required permissions**
|
**Required permissions**
|
||||||
|
|
||||||
See note in the [introduction]({{< ref "#folder-api" >}}) for an explanation.
|
See note in the [introduction]({{< ref "#folder-api" >}}) for an explanation.
|
||||||
|
|
||||||
| Action | Scope |
|
| Action | Scope |
|
||||||
| --------------- | ----------- |
|
| --------------- | ----------- |
|
||||||
| `folders:write` | `folders:*` |
|
| `folders:write` | `folders:*` |
|
||||||
|
Reference in New Issue
Block a user