summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-11-23 14:19:16 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-11-23 14:19:16 +0800
commit810981f10c7730bf5c6c39fd4ed33c1f54242067 (patch)
tree63869ff8637889cba42fadae67aee560e42e92b3
parent902abebc3b8b2d2925aa816afe84316c7071dcda (diff)
Fix vfc-vnflcm swagger bug
Change-Id: I0dda7e230f313bff436831f1cc19dd0331830294 Issue-ID: VFC-589 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
-rw-r--r--lcm/lcm/nf/vnfs/swagger.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/lcm/lcm/nf/vnfs/swagger.json b/lcm/lcm/nf/vnfs/swagger.json
index 4c9c8dd2..a15556dc 100644
--- a/lcm/lcm/nf/vnfs/swagger.json
+++ b/lcm/lcm/nf/vnfs/swagger.json
@@ -283,7 +283,7 @@
}
}
},
- "/vnf_lc_ops/{vnfLcOpId}&responseId={responseId}": {
+ "/vnf_lc_ops/{vnfLcOpId}": {
"get": {
"tags": [
"lcm Resource"
@@ -307,7 +307,7 @@
},
{
"name": "responseId",
- "in": "path",
+ "in": "query",
"description": "Response Identifier",
"required": true,
"type": "string"