mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 05:08:36 +08:00
Swagger: Re-generate the enterprise specification if enterprise is cloned (#81730)
* Swagger: Re-generate the enterprise specification if enterprise is cloned successfully * API change to trigger the swagger CI step execution * Swagger: Silence logs
This commit is contained in:

committed by
GitHub

parent
5a727a0b41
commit
b8d8662bd9
@ -31,7 +31,7 @@ const REDACTED = "redacted"
|
||||
//
|
||||
// Get all folders.
|
||||
//
|
||||
// Returns all folders that the authenticated user has permission to view.
|
||||
// It returns all folders that the authenticated user has permission to view.
|
||||
// If nested folders are enabled, it expects an additional query parameter with the parent folder UID
|
||||
// and returns the immediate subfolders that the authenticated user has permission to view.
|
||||
// If the parameter is not supplied then it returns immediate subfolders under the root
|
||||
|
Reference in New Issue
Block a user