MCPcopy Create free account
hub / github.com/Datakitpage/Datakit / updateSettings

Method updateSettings

frontend/src/lib/api/userService.ts:54–56  ·  view source on GitHub ↗
(settings: Partial<UserSettings>)

Source from the content-addressed store, hash-verified

52 }
53
54 async updateSettings(settings: Partial<UserSettings>): Promise<UserSettings> {
55 return apiClient.patch<UserSettings>('/users/settings', settings);
56 }
57
58 // Credit management
59 async getCreditUsage(

Callers 1

authStore.tsFile · 0.80

Calls 1

patchMethod · 0.80

Tested by

no test coverage detected