API
group.updateProfile
API
group.updateProfile
POST https://group.api.rivet.gg/v1/groups/{group_id}/profile
curl -X POST -d '@body.json' 'https://group.api.rivet.gg/v1/groups/{group_id}/profile'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
group_idrequired
string
Body
display_name
string
Represent a resource's readable display name.
bio
string
Detailed information about a profile.
publicity
string
The current publicity value for the given group.
Available options:
open
, closed
curl -X POST -d '@body.json' 'https://group.api.rivet.gg/v1/groups/{group_id}/profile'