adjust apidoc comments to say that "party" works for member routes

This commit is contained in:
Alys
2021-02-02 20:13:55 +10:00
parent c3d76c0e23
commit 1b73c5ac0b

View File

@@ -374,7 +374,7 @@ function _getMembersForItem (type) {
* @apiName GetMembersForGroup
* @apiGroup Member
*
* @apiParam (Path) {UUID} groupId The group id
* @apiParam (Path) {UUID} groupId The group id ('party' for the user party is accepted)
* @apiParam (Query) {UUID} lastId Query parameter to specify the last member
* returned in a previous request to this route and
* get the next batch of results.
@@ -422,7 +422,7 @@ api.getMembersForGroup = {
* @apiName GetInvitesForGroup
* @apiGroup Member
*
* @apiParam (Path) {UUID} groupId The group id
* @apiParam (Path) {UUID} groupId The group id ('party' for the user party is accepted)
* @apiParam (Query) {UUID} lastId Query parameter to specify the last invite
* returned in a previous request to this route and
* get the next batch of results.