MCPcopy
hub / github.com/freeCodeCamp/freeCodeCamp / putUpdateMyHonesty

Function putUpdateMyHonesty

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

Source from the content-addressed store, hash-verified

429}
430
431export function putUpdateMyHonesty(
432 update: Record<string, string>
433): Promise<ResponseWithData<void>> {
434 return put('/update-my-honesty', update);
435}
436
437export function putUpdateMyQuincyEmail(update: {
438 sendQuincyEmail: boolean;

Callers

nothing calls this directly

Calls 1

putFunction · 0.85

Tested by

no test coverage detected