req[this.field]
            .update(req.body)
            .then(instance => {
                res.api(instance);