MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / editPlugin

Function editPlugin

frontend/src/axios/plugin.ts:36–38  ·  view source on GitHub ↗
(id: string, params)

Source from the content-addressed store, hash-verified

34 return await request.get(`api/v1/bundle_instances?${str}`);
35};
36const editPlugin = async (id: string, params) => {
37 return await request.post(`api/v1/bundle_instances/${id}`, params);
38};
39export {
40 deletePlugin,
41 bundleList,

Callers 1

handleEditFormConfirmFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected