Skip to content

Commit 99cbff2

Browse files
authored
Merge pull request #2174 from Vitaliy-1/i11890_api_ugroups
pkp/pkp-lib#11890 API controller for user groups
2 parents 6f65856 + 962ee2a commit 99cbff2

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

api/v1/userGroups/index.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?php
2+
3+
/**
4+
* @defgroup api_v1_userGroups User groups API requests
5+
*/
6+
7+
/**
8+
* @file api/v1/userGroups/index.php
9+
*
10+
* Copyright (c) 2025 Simon Fraser University
11+
* Copyright (c) 2025 John Willinsky
12+
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
13+
*
14+
* @ingroup api_v1_userGroups
15+
*
16+
* @brief Handle API requests for userGroups.
17+
*/
18+
19+
return new \PKP\handler\APIHandler(new \PKP\API\v1\userGroups\UserGroupController());

0 commit comments

Comments
 (0)