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

    members string[]
    ownerUsername string

    New project owner username

    name string

    Possible values: <= 32 characters

    Project name

    numMonthlyUsers integer

    Number of monthly users

    gameEngine string

    Game engine

    platform string

    Platform

    hidden boolean

    Hide project

Responses

Project successfully updated

Schema

    name stringrequired

    Possible values: <= 32 characters

    Name of the project

    config objectnullable

    Configuration settings for the project

    gameEngine string

    Possible values: <= 50 characters

    The game engine used for the project

    numMonthlyUsers integer

    Number of monthly users

    thumbnail urinullable

    URL to the project's thumbnail image

    ownerId

    Unique identifier of the owner

    createdAt date-time

    Time representation of Project creation

    hidden boolean

    Indicates if the project is hidden or visible

    platform string

    Platform for the project

    id string

    Unique identifier for Project

    members

    object[]

  • Array [

  • cognitoUserId string
  • ]

Loading...