From b38b70b4400c303c0a49b07e79ce6624cd89f342 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Mon, 22 Jun 2015 14:17:09 +0200 Subject: [PATCH] Removed wrong documentation. --- app/controllers/ical_tickets_controller.rb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/controllers/ical_tickets_controller.rb b/app/controllers/ical_tickets_controller.rb index 71a1aedba..38f206428 100644 --- a/app/controllers/ical_tickets_controller.rb +++ b/app/controllers/ical_tickets_controller.rb @@ -9,8 +9,6 @@ class IcalTicketsController < ApplicationController # # @summary Returns an iCal file with all tickets (open, new, pending, esclation) as events. # - # @parameter action_token(required) [String] The action_token identifying the requested User privileged for 'iCal' action. - # # @response_message 200 [String] iCal file ready to import in calendar applications. # @response_message 401 Permission denied. def all @@ -27,8 +25,6 @@ class IcalTicketsController < ApplicationController # # @summary Returns an iCal file with all new and open tickets as events. # - # @parameter action_token(required) [String] The action_token identifying the requested User privileged for 'iCal' action. - # # @response_message 200 [String] iCal file ready to import in calendar applications. # @response_message 401 Permission denied. def new_open @@ -41,8 +37,6 @@ class IcalTicketsController < ApplicationController # # @summary Returns an iCal file with all pending tickets as events. # - # @parameter action_token(required) [String] The action_token identifying the requested User privileged for 'iCal' action. - # # @response_message 200 [String] iCal file ready to import in calendar applications. # @response_message 401 Permission denied. def pending @@ -55,8 +49,6 @@ class IcalTicketsController < ApplicationController # # @summary Returns an iCal file with all escalation times for tickets as events. # - # @parameter action_token(required) [String] The action_token identifying the requested User privileged for 'iCal' action. - # # @response_message 200 [String] iCal file ready to import in calendar applications. # @response_message 401 Permission denied. def escalation