MCPcopy Create free account
hub / github.com/ResearAI/DeepScientist / startAdminSystemUpdateCheckTask

Function startAdminSystemUpdateCheckTask

src/ui/src/lib/api/admin.ts:178–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176}
177
178export async function startAdminSystemUpdateCheckTask() {
179 const response = await apiClient.post<{ ok: boolean; task: AdminTask }>(`${SYSTEM_BASE}/tasks/system-update-check`, {})
180 return response.data
181}
182
183export async function startAdminSystemUpdateActionTask(action: string) {
184 const response = await apiClient.post<{ ok: boolean; task: AdminTask }>(`${SYSTEM_BASE}/tasks/system-update-action`, {

Callers 2

SettingsSummarySectionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected