Skip to main content

Update a project

PUT 

/project/:projectId

Update a project

Request

Path Parameters

    projectId projectIdrequired

    The projectId to update

Body

Project data

    gameEngine string

    Game engine

    members string[]
    name string

    Possible values: <= 32 characters

    Project name

    numMonthlyUsers integer

    Number of monthly users

    platform string

    Platform

    hidden boolean

    Hide project

    ownerUsername string

    New project owner username

    thumbnail urlnullable

    Project thumbnail URL

Responses

Project successfully updated

Schema

    credits integer

    The amount of project credits available.

    gameEngine string

    Possible values: <= 50 characters

    The game engine used for the project

    config objectnullable

    Configuration settings for the project

    ownerId

    Unique identifier of the owner

    id string

    Unique identifier for Project

    name projectName (string)required

    Possible values: <= 32 characters

    Name of the project

    hidden boolean

    Indicates if the project is hidden or visible

    thumbnail urinullable

    URL to the project's thumbnail image

    platform string

    Platform for the project

    createdAt date-time

    Time representation of Project creation

    numMonthlyUsers integer

    Number of monthly users

    members

    object[]

  • Array [

  • avatar url
    cognitoUserId string
    name string
  • ]

Loading...