Merge "Update API documentation for action plan"

This commit is contained in:
Jenkins 2016-01-14 16:40:24 +00:00 committed by Gerrit Code Review
commit ed438d2eb2

View File

@ -302,10 +302,10 @@ class ActionPlansController(rest.RestController):
@wsme_pecan.wsexpose(ActionPlan, types.uuid, @wsme_pecan.wsexpose(ActionPlan, types.uuid,
body=[ActionPlanPatchType]) body=[ActionPlanPatchType])
def patch(self, action_plan_uuid, patch): 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 action_plan_uuid: UUID of a action plan.
:param patch: a json PATCH document to apply to this audit template. :param patch: a json PATCH document to apply to this action plan.
""" """
launch_action_plan = True launch_action_plan = True
if self.from_actionsPlans: if self.from_actionsPlans: