groups.validate
Description
Validates information used to create a new group.
Code Examples
Request
POST
https://api.rivet.gg/cloud/groups/validate# Write the request body to body.json before running
curl -X POST -d '@body.json' 'https://api.rivet.gg/cloud/groups/validate'
Request Parameters
Request Body
display_name
required string
Represent a resource's readable display name.
Response Body
errors
required array<object>
A list of validation errors.
errors[*]
object
An error given by failed content validation.
path
required array<string>
A list of strings denoting the origin of a validation error.
path[*]
string