diff --git a/watcher/api/controllers/v1/action_plan.py b/watcher/api/controllers/v1/action_plan.py index 53f34c62e..996f05d3b 100644 --- a/watcher/api/controllers/v1/action_plan.py +++ b/watcher/api/controllers/v1/action_plan.py @@ -302,10 +302,10 @@ class ActionPlansController(rest.RestController): @wsme_pecan.wsexpose(ActionPlan, types.uuid, body=[ActionPlanPatchType]) def patch(self, action_plan_uuid, patch): - """Update an existing audit template. + """Update an existing action plan. - :param audit template_uuid: UUID of a audit template. - :param patch: a json PATCH document to apply to this audit template. + :param action_plan_uuid: UUID of a action plan. + :param patch: a json PATCH document to apply to this action plan. """ launch_action_plan = True if self.from_actionsPlans: