MCPcopy Index your code
hub / github.com/freeCodeCamp/freeCodeCamp / putUpdateMyProfileUI

Function putUpdateMyProfileUI

client/src/utils/ajax.ts:407–411  ·  view source on GitHub ↗
(
  profileUI: User['profileUI']
)

Source from the content-addressed store, hash-verified

405}
406
407export function putUpdateMyProfileUI(
408 profileUI: User['profileUI']
409): Promise<ResponseWithData<void>> {
410 return put('/update-my-profileui', { profileUI });
411}
412
413export function putUpdateMySocials(
414 update: Record<string, string>

Callers

nothing calls this directly

Calls 1

putFunction · 0.85

Tested by

no test coverage detected