ReferenceAPIOperationsSystem
Start a backend update
Runs the installed updater and hands restart control to the managed macOS launchd service. Requires owner role.
Operation ID
start_runtime_updateRuns the installed updater and hands restart control to the managed macOS launchd service. Requires owner role.
Authorization
bearer_auth AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/system/update"{ "error": "string", "managed_service": true, "phase": "idle"}Get backend update state GET
Reports whether the backend is managed by the supported macOS launchd service and whether an update is currently running. Requires owner role.
Download via scoped token GET
Downloads an artifact using a scoped download token. No session auth required — the token itself is the authorization. For S3/R2 storage, redirects to a presigned URL.