I'm implementing a connector for strongloop.
I try to updateAttributes by calling PUT /api/entity/:id
My connector's updateAttributes method is hit but the id parameter is undefined.
myConnector.prototype.updateAttributes = function(model, id, body, callback) {
Other methods like all, create, delete work.
What is wrong?
loopback version: 2.14.0 node version: 0.10.36