Oore CI
ReferenceAPIOperationsSystem

Start a backend update

Runs the installed updater and hands restart control to the managed macOS launchd service. Requires owner role.

Operation IDstart_runtime_update
POST
/v1/system/update

Runs 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"}