Skip to main content
PATCH
Update Project

Path Parameters

project_id
string
required

Body

application/json

Request model for updating a project.

description
string | null

Optional project description.

Maximum string length: 1000
name
string | null

Project name.

Required string length: 1 - 255

Response

Successful Response

Response model for project.

created_by
string
required

member_id of the creator.

id
string
required

The unique identifier of the project.

name
string
required

Project name.

namespace_id
string
required

The namespace this project belongs to.

created_at
string<date-time> | null

When the project was created.

description
string | null

Optional project description.