MCPcopy Index your code
hub / github.com/codingapi/springboot-framework / save

Function save

admin-ui/src/api/flow.ts:19–21  ·  view source on GitHub ↗
(body: any)

Source from the content-addressed store, hash-verified

17
18
19export async function save(body: any) {
20 return post('/api/cmd/flowWork/save', body);
21}
22
23export async function copy(id: any) {
24 return post('/api/cmd/flowWork/copy', {id});

Callers 1

handlerSaveFunction · 0.90

Calls 1

postFunction · 0.90

Tested by

no test coverage detected