Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 0385a06

Browse files
committed
Updates documentation slightly
1 parent d2c65fe commit 0385a06

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Api/Controller/Groups.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ class Groups extends AbstractController
1515
* @api-desc Get list of user groups sorted by display rank.
1616
*
1717
*
18-
* @api-out str $key the linking key generated.
19-
* @api-out str $url the url the end user needs to access to link.
18+
* @api-out list $groups list of groups returned.
2019
*/
2120
public function actionGet(ParameterBag $params)
2221
{
@@ -28,5 +27,4 @@ public function actionGet(ParameterBag $params)
2827
'groups' => $groups
2928
]);
3029
}
31-
3230
}

0 commit comments

Comments
 (0)