diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-08-25 12:34:26 +0800 |
---|---|---|
committer | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-08-25 12:34:26 +0800 |
commit | 2eb503cb2e3496131c21954506da58b056c8fb46 (patch) | |
tree | 361e1784a6e80116f70baae1e26c9cd5b92ca296 /testapi/opnfv_testapi | |
parent | 2a0945fb2e5b0399c7e1fc9061c601a145454186 (diff) |
bugfix: fail to generate APIs document patch
Change-Id: Iac5bb851514f0f688fcb72deb5f07488bc071225
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/opnfv_testapi')
-rw-r--r-- | testapi/opnfv_testapi/resources/scenario_handlers.py | 4 |
1 files changed, 2 insertions, 2 deletions
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=<installer_name>& \ version=<version_name> @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 |