Update a project within an organization

patch/projects/{project_id}

Path parameters

project_idstring required

Request body

namestring nullable

The name of the project.

descriptionstring nullable

An optional description for the project.

Response

Successful Response

namestring required

The name of the project.

descriptionstring nullable

An optional description for the project.

idstring required

The unique identifier for the project.

organization_idstring required

The ID of the organization this project belongs to.

created_atstring date-time required

Timestamp of when the project was created.

updated_atstring date-time required

Timestamp of when the project was last updated.

created_bystring nullable

User ID of the creator.

Changes