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

Method updateProfile

frontend/src/lib/api/userService.ts:29–31  ·  view source on GitHub ↗
(data: UpdateProfileData)

Source from the content-addressed store, hash-verified

27 }
28
29 async updateProfile(data: UpdateProfileData): Promise<User> {
30 return apiClient.patch<User>('/users/profile', data);
31 }
32
33 async changePassword(
34 currentPassword: string,

Callers 1

authStore.tsFile · 0.45

Calls 1

patchMethod · 0.80

Tested by

no test coverage detected