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

Function editHostGroup

frontend/src/api/modules/terminal.ts:42–44  ·  view source on GitHub ↗
(params: Host.GroupChange)

Source from the content-addressed store, hash-verified

40 return http.postLocalNode(`/hosts/update`, request);
41};
42export const editHostGroup = (params: Host.GroupChange) => {
43 return http.postLocalNode(`/hosts/update/group`, params);
44};
45export const deleteHost = (params: { ids: number[] }) => {
46 return http.postLocalNode(`/hosts/del`, params);
47};

Callers

nothing calls this directly

Calls 1

postLocalNodeMethod · 0.80

Tested by

no test coverage detected