mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-01 00:27:50 +02:00
feat: #11420, add new GET routes to retrieve pending and invited members of a group, plus accept/reject pending
This commit is contained in:
@@ -2,7 +2,10 @@ put:
|
||||
tags:
|
||||
- groups
|
||||
summary: join a group
|
||||
description: This operation joins an existing group, or causes another user to join a group. If the group is private and you are not an administrator, this method will cause that user to request membership, instead. For user _invitations_, you'll want to call `PUT /groups/{slug}/invites/{uid}`.
|
||||
description: |
|
||||
This operation joins an existing group, or causes another user to join a group.
|
||||
If the group is private and you are not an administrator, this method will cause that user to request membership, instead.
|
||||
For user _invitations_, you'll want to call `POST /groups/{slug}/invites/{uid}`.
|
||||
parameters:
|
||||
- in: path
|
||||
name: slug
|
||||
|
||||
Reference in New Issue
Block a user