server.router.routes.PUT.forEach(
    function (value) {
      logger.info(value.spec.path)
    }
  )