MCPcopy Create free account
hub / github.com/Datakitpage/Datakit / acceptInvite

Function acceptInvite

frontend/src/lib/api/workspaceService.ts:64–68  ·  view source on GitHub ↗
(token: string)

Source from the content-addressed store, hash-verified

62 },
63
64 async acceptInvite(token: string): Promise<void> {
65 await apiClient.post("/workspaces/accept-invite", null, {
66 params: { token },
67 });
68 },
69
70 async removeMember(workspaceId: string, memberId: string): Promise<void> {
71 await apiClient.delete(`/workspaces/${workspaceId}/members/${memberId}`);

Callers

nothing calls this directly

Calls 1

postMethod · 0.80

Tested by

no test coverage detected