MCPcopy Create free account
hub / github.com/codecombat/codecombat / updateAvailabilityStatus

Function updateAvailabilityStatus

app/core/api/parents.js:15–20  ·  view source on GitHub ↗
(status = 'on')

Source from the content-addressed store, hash-verified

13 })
14 },
15 updateAvailabilityStatus (status = 'on') {
16 return fetchJson('/parents/update-admin-availability-status', {
17 method: 'PUT',
18 json: { status }
19 })
20 }
21}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected