Docs: Update docs for creating nested folders (#82310)

This commit is contained in:
Arati R
2024-02-15 15:21:01 +01:00
committed by GitHub
parent 4aabfb7835
commit ff916d9c15

View File

@ -160,7 +160,8 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
- **403** Access Denied
- **409** - Folder already exists
## Update folder
`PUT /api/folders/:uid`
Updates an existing folder identified by uid.
@ -168,6 +169,7 @@ JSON Body schema:
**Required permissions**
See note in the [introduction]({{< ref "#folder-api" >}}) for an explanation.
| Action | Scope |
| --------------- | ----------- |
| `folders:write` | `folders:*` |