v2
latestOpenAPI 3.0.12026-07-263104131.9 MBSoftware Licenses
Update a Software License
Update a Software License with the provided metadata
put/v2/software-license/{licenseId}
Path parameters
licenseIdinteger required
Request body
Example request
{
"type": "PER_DEVICE",
"purchaseDate": 1672531199000,
"usageMonitoring": {
"binaries": [
{
"osType": "WINDOWS",
"binaryNames": [
"chrome.exe",
"firefox.exe"
]
}
]
}
}Response
The Software License that was updated