mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Fix documentation about rejecting group invitation (#10466)
This commit is contained in:
committed by
Matteo Pagliazzi
parent
88188e56d9
commit
ed27ac15c8
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user