From 20b81179f9c2b349648c6b3e2ae55e5057cba2cc Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Fri, 13 Oct 2017 10:12:54 +0000 Subject: Fix url for license-model-show v1.0 Fix url for license-model-show v1.0. Change-Id: Ifd108587a8830336e9fc18d398750f1fc32093f6 Issue-ID: CLI-53 Signed-off-by: subhash kumar singh --- .../onap-cli-schema/license-models/license-model-show-schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/sdc') diff --git a/plugins/sdc/src/main/resources/onap-cli-schema/license-models/license-model-show-schema.yaml b/plugins/sdc/src/main/resources/onap-cli-schema/license-models/license-model-show-schema.yaml index 8214c19c..52803f7f 100644 --- a/plugins/sdc/src/main/resources/onap-cli-schema/license-models/license-model-show-schema.yaml +++ b/plugins/sdc/src/main/resources/onap-cli-schema/license-models/license-model-show-schema.yaml @@ -37,7 +37,7 @@ results: type: string http: request: - uri: /onboarding-api/v1.0/vendor-software-products/${license-model-id} + uri: /onboarding-api/v1.0/vendor-license-models/${license-model-id} method: GET success_codes: - 200 -- cgit 1.2.3-korg