Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/1Panel-dev/MaxKB
/ putUserManagePassword
Function
putUserManagePassword
ui/src/api/workspace/chat-user.ts:73–75 ·
view source on GitHub ↗
(user_id, data, loading)
Source
from the content-addressed store, hash-verified
71
data: any,
72
loading?: Ref<boolean>
73
) => Promise<Result<any>> = (user_id, data, loading) => {
74
return
put(`${prefix}/${user_id}/re_password`, data, undefined, loading)
75
}
76
77
/**
78
* 设置用户组
Callers
nothing calls this directly
Calls
1
put
Function · 0.90
Tested by
no test coverage detected