Groups
Update a group
User-facing API for updating a group
PUT
/
me
/
groups
/
{group}
Authorizations
Bearer authentication header of the form Bearer <token>
where <token>
is the user's Rownd JWT
Path Parameters
Group ID
Body
application/json
The group name
Set whether the group be open for anyone to join or by invite only
Available options:
invite_only
, open
An object containing additional metadata for the group