Projects

Create a new project

Create a new project in an organization

post/api/v1/project/create

Request body

projectNamestring required

Project name

projectDescriptionstring nullable

Project description

orgIdinteger required

Organization ID

Response

Project created successfully

statusinteger

Example response

{
  "status": 200
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.