From f38e495d47e69b5203940e1f3eb76145c2a30e83 Mon Sep 17 00:00:00 2001 From: Piotr Stanior Date: Tue, 15 Dec 2020 10:13:34 +0100 Subject: CDS add Postman collection for Resource, Template, Dictionary and Config API Issue-ID: CCSDK-3014 Change-Id: Ic9892c035067064fd612f2781507a36072e4e712 Signed-off-by: Piotr Stanior --- ms/blueprintsprocessor/application/pom.xml | 1 + .../api/ResourceConfigSnapshotController.kt | 32 ++++++++--------- .../designer/api/BlueprintModelController.kt | 2 +- .../designer/api/ResourceDictionaryController.kt | 42 +++++++++++----------- .../resource/api/ResourceController.kt | 38 ++++++++++---------- .../resource/api/TemplateController.kt | 42 +++++++++++----------- 6 files changed, 78 insertions(+), 79 deletions(-) (limited to 'ms/blueprintsprocessor') diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index cccff5228..2f398d3e7 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -335,6 +335,7 @@ true org.onap.ccsdk.cds.blueprintsprocessor.designer.api.BlueprintModelController + org.onap.ccsdk.cds.blueprintsprocessor.designer.api.ResourceDictionaryController org.onap.ccsdk.cds.blueprintsprocessor.resource.api org.onap.ccsdk.cds.blueprintsprocessor.configs.api