From 238d7dc7e720da451d67bed4db38d36a0eba436c Mon Sep 17 00:00:00 2001 From: Spencer Miller Date: Tue, 13 Jan 2015 12:27:23 -0700 Subject: [PATCH] Removed unnecessary parameter from report status doc route includes report_id, it is not required to pass as a request parameter test plan: - verify report_id is not a required parameter in AccountReportsController#show docs fixes CNVS-17940 Change-Id: I6e62ba7e2be40e269e4c97bcbc94764126b2973b Reviewed-on: https://gerrit.instructure.com/47036 Reviewed-by: Jacob Fugal Tested-by: Jenkins Product-Review: August Thornton QA-Review: August Thornton --- app/controllers/account_reports_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/account_reports_controller.rb b/app/controllers/account_reports_controller.rb index ab5f7e7cde3..c8895577c6e 100644 --- a/app/controllers/account_reports_controller.rb +++ b/app/controllers/account_reports_controller.rb @@ -273,7 +273,6 @@ class AccountReportsController < ApplicationController # @API Status of a Report # Returns the status of a report. -# @argument report_id [Required, Integer] The report id. # # @example_request # curl -H 'Authorization: Bearer ' \