feat: #11420, add new GET routes to retrieve pending and invited members of a group, plus accept/reject pending

This commit is contained in:
Julian Lam
2023-03-30 15:46:40 -04:00
parent cc1c493bbf
commit 0788fb5118
9 changed files with 98 additions and 31 deletions

View File

@@ -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