Update a project
PUT/project/:projectId
Update a project
Request
Path Parameters
The projectId to update
- application/json
Body
Project data
Game engine
Possible values: <= 32 characters
Project name
Number of monthly users
Platform
Hide project
New project owner username
Project thumbnail URL
Responses
- 200
- 401
- 403
- 404
- 500
- default
Project successfully updated
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
The amount of project credits available.
Possible values: <= 50 characters
The game engine used for the project
Configuration settings for the project
Unique identifier of the owner
Unique identifier for Project
Possible values: <= 32 characters
Name of the project
Indicates if the project is hidden or visible
URL to the project's thumbnail image
Platform for the project
Time representation of Project creation
Number of monthly users
members
object[]
{
"credits": 100,
"gameEngine": "Unity",
"config": "https://file.playmakers.co/cfg/p2Duhf5N6/config.json",
"ownerId": "ab1a4ade-6eb9-40cd-bb3e-f274af238649",
"id": "p2Duhf5N6",
"name": "Call of foodie 2",
"hidden": false,
"thumbnail": "https://file.playmakers.co/p2Duhf5N6/aUv0OhmsR.jpg",
"platform": "[\"pc\",\"linux\", \"xbox\", \"playstation\"]",
"createdAt": "2024-01-01T09:00:00.00Z",
"numMonthlyUsers": 1500,
"members": [
{
"avatar": "https://file.playmakers.co",
"cognitoUserId": "170596c9-a3aa-4264-98ec-803799d5fc15",
"name": "Marwan"
}
]
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
{
"error": "string"
}
{
"error": "Unauthorized access"
}
Forbidden
- application/json
- Schema
- Example (from schema)
- Example
Schema
{
"error": "string"
}
{
"error": "Forbidden access"
}
NotFound
- application/json
- Schema
- Example (from schema)
- Example
Schema
{
"error": "string"
}
{
"error": "A mandatory item was not found"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example
Schema
{
"error": "string"
}
{
"error": "Internal Server Error"
}
Unexpected error
- application/json
- Schema
- Example (from schema)
- Example
Schema
{
"error": "string"
}
{
"error": "An unexpected error occured"
}