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

Function updateEvent

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

Source from the content-addressed store, hash-verified

11}))
12
13export const updateEvent = (id, options = {}) => fetchJson(`/db/event/${id}`, _.assign({}, {
14 method: 'PUT',
15 json: options
16}))
17
18export const postEventMember = (id, options = {}) => fetchJson(`/db/event/${id}/member`, _.assign({}, {
19 method: 'POST',

Callers 1

editEventFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected