MCPcopy Index your code
hub / github.com/xerrors/Yuxi / updateSkillFile

Function updateSkillFile

web/src/apis/skill_api.js:67–69  ·  view source on GitHub ↗
(slug, payload)

Source from the content-addressed store, hash-verified

65}
66
67export const updateSkillFile = async (slug, payload) => {
68 return apiPut(`${BASE_URL}/${encodeURIComponent(slug)}/file`, payload)
69}
70
71export const updateSkillDependencies = async (slug, payload) => {
72 return apiPut(`${BASE_URL}/${encodeURIComponent(slug)}/dependencies`, payload)

Callers

nothing calls this directly

Calls 1

apiPutFunction · 0.90

Tested by

no test coverage detected