MCPcopy
hub / github.com/freeCodeCamp/freeCodeCamp / putUpdateMyPortfolio

Function putUpdateMyPortfolio

client/src/utils/ajax.ts:449–453  ·  view source on GitHub ↗
(
  update: Record<string, string>
)

Source from the content-addressed store, hash-verified

447}
448
449export function putUpdateMyPortfolio(
450 update: Record<string, string>
451): Promise<ResponseWithData<void>> {
452 return put('/update-my-portfolio', update);
453}
454
455export function putUpdateMyExperience(
456 update: Record<string, string>

Callers

nothing calls this directly

Calls 1

putFunction · 0.85

Tested by

no test coverage detected