MCPcopy Index your code
hub / github.com/parse-community/parse-server / handleUpdate

Method handleUpdate

src/Routers/ClassesRouter.js:131–142  ·  view source on GitHub ↗
(req)

Source from the content-addressed store, hash-verified

129 }
130
131 handleUpdate(req) {
132 const where = { objectId: req.params.objectId };
133 return rest.update(
134 req.config,
135 req.auth,
136 this.className(req),
137 where,
138 req.body || {},
139 req.info.clientSDK,
140 req.info.context
141 );
142 }
143
144 handleDelete(req) {
145 return rest

Callers 1

mountRoutesMethod · 0.95

Calls 2

classNameMethod · 0.95
updateMethod · 0.80

Tested by

no test coverage detected