Commit d59b902 1 parent 7ecfebc commit d59b902 Copy full SHA for d59b902
File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ private function formatFolder(array $folder): array {
95
95
*
96
96
* 200: Groupfolders returned
97
97
*/
98
+ #[RequireGroupFolderAdmin]
98
99
#[NoAdminRequired]
99
100
#[FrontpageRoute(verb: 'GET ' , url: '/folders ' )]
100
101
public function getFolders (bool $ applicable = false ): DataResponse {
@@ -133,6 +134,7 @@ public function getFolders(bool $applicable = false): DataResponse {
133
134
*
134
135
* 200: Groupfolder returned
135
136
*/
137
+ #[RequireGroupFolderAdmin]
136
138
#[NoAdminRequired]
137
139
#[FrontpageRoute(verb: 'GET ' , url: '/folders/{id} ' )]
138
140
public function getFolder (int $ id ): DataResponse {
@@ -479,6 +481,7 @@ private function folderDataForXML(array $data): array {
479
481
*
480
482
* 200: ACL Mappings returned
481
483
*/
484
+ #[RequireGroupFolderAdmin]
482
485
#[NoAdminRequired]
483
486
#[FrontpageRoute(verb: 'GET ' , url: '/folders/{id}/search ' )]
484
487
public function aclMappingSearch (int $ id , string $ search = '' ): DataResponse {
You canβt perform that action at this time.
0 commit comments