Skip to content

Commit

Permalink
Fix documentation about rejecting group invitation
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipthelen committed Jun 22, 2018
1 parent 592cfef commit 02dd613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/server/controllers/api-v3/groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -665,14 +665,14 @@ api.joinGroup = {
};

/**
* @api {post} /api/v3/groups/:groupId/reject Reject a group invitation
* @api {post} /api/v3/groups/:groupId/reject-invite Reject a group invitation
* @apiName RejectGroupInvite
* @apiGroup Group
*
* @apiParam (Path) {UUID} groupId The group _id ('party' for the user party and 'habitrpg' for tavern are accepted)
*
* @apiParamExample {String} party:
* /api/v3/groups/party/reject
* /api/v3/groups/party/reject-invite
*
* @apiSuccess {Object} data An empty object
*
Expand Down

0 comments on commit 02dd613

Please sign in to comment.