MCPcopy
hub / github.com/freeCodeCamp/freeCodeCamp / putUpdateMyAbout

Function putUpdateMyAbout

client/src/utils/ajax.ts:395–399  ·  view source on GitHub ↗
(
  values: MyAbout
)

Source from the content-addressed store, hash-verified

393 picture: string;
394}
395export function putUpdateMyAbout(
396 values: MyAbout
397): Promise<ResponseWithData<void>> {
398 return put('/update-my-about', { ...values });
399}
400
401export function putUpdateMyUsername(
402 username: string

Callers

nothing calls this directly

Calls 1

putFunction · 0.85

Tested by

no test coverage detected