Skip to main content

Create a new project

POST 

/project

Create a new project

Request

Body

The details of the project to create

    numMonthlyUsers integer

    Number of monthly users

    platform string

    Platform for the project

    gameEngine string

    Possible values: <= 50 characters

    The game engine used for the project

    name stringrequired

    Possible values: <= 32 characters

    Name of the project

    hidden boolean

    Indicates if the project is hidden or visible

Responses

Project successfully created

Schema

    numMonthlyUsers integer

    Number of monthly users

    createdAt date-time

    Time representation of Project creation

    ownerId

    Unique identifier of the owner

    platform string

    Platform for the project

    id string

    Unique identifier for Project

    thumbnail urinullable

    URL to the project's thumbnail image

    gameEngine string

    Possible values: <= 50 characters

    The game engine used for the project

    config objectnullable

    Configuration settings for the project

    name stringrequired

    Possible values: <= 32 characters

    Name of the project

    hidden boolean

    Indicates if the project is hidden or visible

Loading...