return res.status(200).json({
      message: `tag '${name}' updated to '${newName}'`, data: updated[1]
    });