From 2eb503cb2e3496131c21954506da58b056c8fb46 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Fri, 25 Aug 2017 12:34:26 +0800 Subject: bugfix: fail to generate APIs document patch Change-Id: Iac5bb851514f0f688fcb72deb5f07488bc071225 Signed-off-by: SerenaFeng --- testapi/opnfv_testapi/resources/scenario_handlers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testapi/opnfv_testapi') diff --git a/testapi/opnfv_testapi/resources/scenario_handlers.py b/testapi/opnfv_testapi/resources/scenario_handlers.py index 7ab57c3..d215d18 100644 --- a/testapi/opnfv_testapi/resources/scenario_handlers.py +++ b/testapi/opnfv_testapi/resources/scenario_handlers.py @@ -584,10 +584,10 @@ class ScenarioOwnerHandler(GenericScenarioUpdateHandler): installer=& \ version= @param body: new owner - @type body: L{string} + @type body: L{ScenarioChangeOwnerRequest} @in body: body @param installer: installer type - @type installer: L{ScenarioChangeOwnerRequest} + @type installer: L{string} @in installer: query @required installer: True @param version: version -- cgit 1.2.3-korg