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

Function putUpdateMyUsername

client/src/utils/ajax.ts:401–405  ·  view source on GitHub ↗
(
  username: string
)

Source from the content-addressed store, hash-verified

399}
400
401export function putUpdateMyUsername(
402 username: string
403): Promise<ResponseWithData<void>> {
404 return put('/update-my-username', { username });
405}
406
407export function putUpdateMyProfileUI(
408 profileUI: User['profileUI']

Callers

nothing calls this directly

Calls 1

putFunction · 0.85

Tested by

no test coverage detected