Get update(s) by KB number
GET/api/system-updates/:kbNumber
Returns update details for a KB number. KB numbers are not unique; multiple variants may exist. Returns the most recent update with variant info if multiple exist.
Request
Responses
- 200
- 401
- 403
- 404
- 500
Update object, optionally with _variantInfo if multiple variants exist
Missing or invalid API key
Insufficient permissions (API key scope)
Resource not found
Internal server error