Create a new project within an organization, assigning creator as Project Admin

post/projects

Request body

namestring required

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