Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/1Panel-dev/MaxKB
/ postRemoveMember
Function
postRemoveMember
ui/src/api/workspace/user-group.ts:60–62 ·
view source on GitHub ↗
(user_group_id, body, loading)
Source
from the content-addressed store, hash-verified
58
body: any,
59
loading?: Ref<boolean>,
60
) => Promise<Result<any>> = (user_group_id, body, loading) => {
61
return
post(`${prefix}/${user_group_id}/remove_member`, body, {}, loading)
62
}
63
64
/**
65
* 获取用户组的成员列表
Callers
nothing calls this directly
Calls
1
post
Function · 0.90
Tested by
no test coverage detected