MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / putUserManage

Function putUserManage

ui/src/api/workspace/chat-user.ts:62–64  ·  view source on GitHub ↗
(user_id, data, loading)

Source from the content-addressed store, hash-verified

60 data: any,
61 loading?: Ref<boolean>,
62) => Promise<Result<any>> = (user_id, data, loading) => {
63 return put(`${prefix}/${user_id}`, data, undefined, loading)
64}
65
66/**
67 * 修改用户密码

Callers

nothing calls this directly

Calls 1

putFunction · 0.90

Tested by

no test coverage detected