Nested folders: Fix API response ordering when fetching subfolders (#67258)
* Nested folders: Fix ordering when getting subfolders * Update endpoint swagger description * Modify test
This commit is contained in:
+3
-1
@@ -28,7 +28,9 @@ import (
|
||||
//
|
||||
// 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.
|
||||
// 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
|
||||
// that the authenticated user has permission to view.
|
||||
//
|
||||
// Responses:
|
||||
// 200: getFoldersResponse
|
||||
|
||||
Reference in New Issue
Block a user