mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
adjust apidoc comments to say that "party" works for member routes
This commit is contained in:
@@ -374,7 +374,7 @@ function _getMembersForItem (type) {
|
|||||||
* @apiName GetMembersForGroup
|
* @apiName GetMembersForGroup
|
||||||
* @apiGroup Member
|
* @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
|
* @apiParam (Query) {UUID} lastId Query parameter to specify the last member
|
||||||
* returned in a previous request to this route and
|
* returned in a previous request to this route and
|
||||||
* get the next batch of results.
|
* get the next batch of results.
|
||||||
@@ -422,7 +422,7 @@ api.getMembersForGroup = {
|
|||||||
* @apiName GetInvitesForGroup
|
* @apiName GetInvitesForGroup
|
||||||
* @apiGroup Member
|
* @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
|
* @apiParam (Query) {UUID} lastId Query parameter to specify the last invite
|
||||||
* returned in a previous request to this route and
|
* returned in a previous request to this route and
|
||||||
* get the next batch of results.
|
* get the next batch of results.
|
||||||
|
|||||||
Reference in New Issue
Block a user