games.namespaces.validateGameNamespace
Description
Validates information used to create a new game namespace.
Code Examples
Request Parameters
game_id
required path parameter
Request Body
display_name
stringRepresent a resource's readable display name.
name_id
stringA human readable short identifier used to references resources. Different than a
rivet.common#Uuid
because this is intended to be human readable. Different thanrivet.common#DisplayName
because this should not include special characters and be short.
Response Body
errors
array of objectsA list of validation errors.
errors.path
array of stringsA list of strings denoting the origin of a validation error.