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

Function putInstance

app/core/api/events.js:37–40  ·  view source on GitHub ↗
(id, options = {})

Source from the content-addressed store, hash-verified

35export const getInstances = (id) => fetchJson(`/db/event/${id}/instances`)
36
37export const putInstance = (id, options = {}) => fetchJson(`/db/event.instance/${id}`, _.assign({}, {
38 method: 'PUT',
39 json: options
40}))

Callers 1

saveInstanceFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected