Groups
Update a group
User-facing API for updating a group
PUT
/
me
/
groups
/
{group}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
where <token>
is the user's Rownd JWT
Path Parameters
group
string
requiredGroup ID
Body
application/json
name
string
The group name
admission_policy
enum<string>
default: invite_onlySet whether the group be open for anyone to join or by invite only
Available options:
invite_only
, open
meta
any | null
An object containing additional metadata for the group
Response
200 - application/json
group
object
requiredThe group
member
object
requiredThe group member