{
"ignored": true
}
{
"success": true,
"message": "Package license ignore status updated"
}
Project Licenses
Toggle Package License Ignore
Toggle the ignore status for a package in license analysis
PUT
/
project
/
{projectId}
/
sca
/
packages
/
{packageId}
/
license-ignore
{
"ignored": true
}
{
"success": true,
"message": "Package license ignore status updated"
}
Path Parameters
string
required
The UUID of the project
string
required
The UUID of the SCA package
Authorization
Requireschange_vulnerability_state permission on the project.
Request Body
boolean
required
Set to
true to ignore the package in license analysis, or false to include it again.{
"ignored": true
}
Response
boolean
Whether the request succeeded
string
Confirmation message
{
"success": true,
"message": "Package license ignore status updated"
}
Ignored packages are excluded from the license summary counts but remain visible in the package detail view. Use this for internal packages or test dependencies that are not relevant to your license compliance.