ReferenceAPIOperationsSystem
Get backend update state
Reports whether the backend is managed by the supported macOS launchd service and whether an update is currently running. Requires owner role.
Operation ID
get_runtime_update_statusReports whether the backend is managed by the supported macOS launchd service and whether an update is currently running. Requires owner role.
Authorization
bearer_auth AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/system/update"{ "error": "string", "managed_service": true, "phase": "idle"}