games.games.validateGame


Description

Validates information used to create a new game.


Code Examples

Request

POST
https://api.rivet.gg/cloud/games/validate
# Write the request body to body.json before running
curl -X POST -d '@body.json' 'https://api.rivet.gg/cloud/games/validate'

Request Parameters


Request Body

display_name

string (required)

Represent a resource's readable display name.


Response Body

errors

array<object> (required)

A list of validation errors.

errors[*].path

array<string> (required)

A list of strings denoting the origin of a validation error.