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

Function updateFeature

app/core/api/api-clients.js:48–54  ·  view source on GitHub ↗
({ clientID, featureID }, options)

Source from the content-addressed store, hash-verified

46 },
47
48 updateFeature ({ clientID, featureID }, options) {
49 if (options == null) { options = {} }
50 return fetchJson(`/db/api-clients/${clientID}/update-feature/${featureID}`, _.assign({}, {
51 method: 'PUT',
52 json: options
53 }))
54 },
55
56 getByHandle (clientID, options) {
57 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected