this.routes.put(
      "/",
      this.checkForManagementEventLogs,
      (req: Request, res: Response) =>
        this.handleAppendInventoryEventRequest(req, res),