MCPcopy Create free account
hub / github.com/TaskingAI/TaskingAI / updateRetrieval

Function updateRetrieval

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

Source from the content-addressed store, hash-verified

34
35}
36const updateRetrieval = async (id:string, params:object) => {
37
38 const project_base_url = `api/v1`
39 return await request.post(`${project_base_url}/collections/${id}`, params)
40}
41export { getRetrievalList, createRetrieval, deleteRetrieval, updateRetrieval }

Callers 1

handleRequestFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected