update: function(resource, res, rej) {
      return this.endpointPromise().then((function(endpoint) {
        if (endpoint._update) {
          return endpoint._update(resource);
        } else {