Platform API 3.0
/- Add Project Label
Create Project in Application
Get Organization Projects
Create Project
Get Project Statistics
Get Project totals grouped by date
Get Project totals
Get Project Labels
Remove Project Label
Get Project Violating Findings
Update Multiple Violation SLA
Import a container SBOM into a project (Containers)
Get project vulnerabilities traces (Dependencies - SCA)
Update Project with SBOM (Dependencies - SCA)
Add Project Label
Adds a new label to a project. A label can be a string or namespace:value pair that provide additional metadata to assist with project management.
Security
bearer-key
PUT
{ "namespace": "Label Namespace A", "value": "Label Value A" }
Response
{ "supportToken": "1171c60d", "response": { "message": "Success!" } }