Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
export
const
getInstances = (id) => fetchJson(`/db/event/${id}/instances`)
36
37
export
const
putInstance = (id, options = {}) => fetchJson(`/db/event.instance/${id}`, _.assign({}, {
38
method:
'PUT'
,
39
json: options
40
}))
Callers
1
saveInstance
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected