MCPcopy Index your code
hub / github.com/filebrowser/filebrowser / update

Function update

frontend/src/api/settings.ts:7–12  ·  view source on GitHub ↗
(settings: ISettings)

Source from the content-addressed store, hash-verified

5}
6
7export async function update(settings: ISettings) {
8 await fetchURL(`/api/settings`, {
9 method: "PUT",
10 body: JSON.stringify(settings),
11 });
12}

Callers

nothing calls this directly

Calls 1

fetchURLFunction · 0.90

Tested by

no test coverage detected