diff --git a/api/v1/entries/storyrecordestimate.php b/api/v1/entries/storyrecordestimate.php index 410511e679..bb4a86197b 100644 --- a/api/v1/entries/storyrecordestimate.php +++ b/api/v1/entries/storyrecordestimate.php @@ -14,7 +14,7 @@ class storyRecordEstimateEntry extends Entry /** * GET method. * - * @param int $taskID + * @param int $storyID * @access public * @return void */ @@ -37,7 +37,7 @@ class storyRecordEstimateEntry extends Entry /** * POST method. * - * @param int $taskID + * @param int $storyID * @access public * @return void */