Platform API 3.0
/- Add Application Label
Import a container SBOM and create a new project (Containers)
Get Organization Applications
Create Application
Get Application Statistics
Get Application totals
Get Application Labels
Remove Application Label
Get Application Scans
Update Multiple Violation SLA
Import SBOM and create a new project (Dependencies - SCA)
Add Application Label
Adds a new label to a application. 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!" } }