mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-22 05:44:16 +00:00
adjust apidoc comments to say that "party" works for member routes
This commit is contained in:
parent
c3d76c0e23
commit
1b73c5ac0b
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue