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

Function editClient

app/core/api/api-clients.js:61–67  ·  view source on GitHub ↗
(client, options)

Source from the content-addressed store, hash-verified

59 },
60
61 editClient (client, options) {
62 if (options == null) { options = {} }
63 return fetchJson('/db/api-clients', _.assign({}, options, {
64 method: 'PUT',
65 json: client
66 }))
67 },
68
69 getLicenseStats (clientID, param, options) {
70 if (param == null) { param = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected