MCPcopy
hub / github.com/1Panel-dev/MaxKB / postUserManage

Function postUserManage

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

Source from the content-addressed store, hash-verified

46 * 创建用户
47 */
48const postUserManage: (data: any, loading?: Ref<boolean>) => Promise<Result<any>> = (
49 data,
50 loading,
51) => {
52 return post(`${prefix}`, data, undefined, loading)
53}
54
55/**
56 * 编辑用户

Callers

nothing calls this directly

Calls 1

postFunction · 0.90

Tested by

no test coverage detected