MCPcopy Create free account
hub / github.com/coder/coder / updateProfile

Function updateProfile

site/src/api/queries/users.ts:258–263  ·  view source on GitHub ↗
(userId: string)

Source from the content-addressed store, hash-verified

256};
257
258export const updateProfile = (userId: string) => {
259 return {
260 mutationFn: (req: UpdateUserProfileRequest) =>
261 API.updateProfile(userId, req),
262 };
263};
264
265export const myAppearanceKey = ["me", "appearance"] as const;
266

Callers 1

EditUserPageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected