SCA API 2.0
//
Create Project With A New...
Creates a new project within a new product. If project name exists will return existing project
Security
bearer-key
POST
{ "projectName": "Project A", "projectDescription": "Description for project", "productName": "Product A" }
OK
- created: Indicates whether the requested project was successfully created or if it already exists. When “true”, this signifies the project was successfully created. When “false”, this indicates the project already exists
Example:
{ "created": "true" }
Response
{ "additionalData": { "created": "true" }, "supportToken": "1171c60d", "retVal": { "project": { … }, "product": { … } } }