API
group.validateProfile
API
group.validateProfile
Validate contents of group profile. Use to provide immediate feedback on profile changes before committing them.
POST https://group.api.rivet.gg/v1/groups/profile/validate
curl -X POST -d '@body.json' 'https://group.api.rivet.gg/v1/groups/profile/validate'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
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
Response
errorsrequired
array
A list of validation errors.
curl -X POST -d '@body.json' 'https://group.api.rivet.gg/v1/groups/profile/validate'