# Create Project (deprecated) Use the enhanced '/projects' api. Endpoint: POST /project/createProject Version: v1 Security: bearerAuth ## Request fields (application/json): - `projectName` (string, required) projectName Example: "eportal" - `projectType` (string) projectType Enum: "INVENTORY_ONLY", "STANDARD" - `description` (string) description Example: "description" - `projectFolderName` (string) projectFolderName Example: "eportal-v1" - `policyProfileName` (string) policyProfileName Example: "Default License Policy Profile" - `scanProfileName` (string) scanProfileName Enum: "Basic Scan Profile (Without CL)", "Standard Scan Profile", "Comprehensive Scan Profile" - `ownerLogin` (string) ownerLogin Example: "admin" - `risk` (string) risk Enum: "HIGH", "MEDIUM", "LOW" - `privateProject` (string) privateProject Example: "false" - `autoPublish` (string) autoPublish Example: "true" - `markAssociatedFilesAsReviewed` (string) markAssociatedFilesAsReviewed Example: "true" ## Response 500 fields