Skip to main content
POST
Update a project

Authorizations

Authorization
string
header
required

Use a user token to access authenticated routes. The token must be specified in the Authorization HTTP header with the following format 'Authorization: Bearer '.

Path Parameters

projectId
integer
required

ID of the project to update

Body

application/json

Project request

name
string

Project name

Example:

"Luminous Guiding Tower"

members
integer[]

List of team members that are part of this project

Required array length: 1 - 100 elements
Example:
settings
object

Project settings

Response

Success, project updated

name
string
required

Project name

Example:

"Luminous Guiding Tower"

members
integer[]
required

List of team members that are part of this project

Required array length: 1 - 100 elements
Example:
id
integer

Project ID

Example:

1

slug
string

Project slug

Example:

"luminous-guiding-tower"

settings
object

Project settings

created_at
string<date-time>

Date of creation for the entity

updated_at
string<date-time>

Date of last update for the entity

Last modified on February 12, 2026