{
"overrides": [
{
"spdxId": "BUSL-1.1",
"category": "STRONG_COPYLEFT"
},
{
"spdxId": "Artistic-2.0",
"category": "PERMISSIVE"
}
]
}
{
"success": true,
"message": "License classifications updated"
}
Organization Classifications
Update License Classifications
Update license classification overrides for an organization
PUT
/
organization
/
{organizationId}
/
licenses
/
classifications
{
"overrides": [
{
"spdxId": "BUSL-1.1",
"category": "STRONG_COPYLEFT"
},
{
"spdxId": "Artistic-2.0",
"category": "PERMISSIVE"
}
]
}
{
"success": true,
"message": "License classifications updated"
}
Path Parameters
string
required
The UUID of the organization
Authorization
Requiresmanage permission on the organization.
Request Body
array
required
{
"overrides": [
{
"spdxId": "BUSL-1.1",
"category": "STRONG_COPYLEFT"
},
{
"spdxId": "Artistic-2.0",
"category": "PERMISSIVE"
}
]
}
Response
boolean
Whether the request succeeded
string
Confirmation message
{
"success": true,
"message": "License classifications updated"
}
Overrides apply to all projects in the organization. Changing a license from Permissive to Strong Copyleft may surface new compliance issues across all projects.