API
cloud.groups.validate
API
cloud.groups.validate
Validates information used to create a new group.
POST https://cloud.api.rivet.gg/v1/groups/validate
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/groups/validate'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
display_namerequired
string
Represent a resource's readable display name.
Response
errorsrequired
array
A list of validation errors.
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/groups/validate'