From 789391414249ef81d869a20dc250ae1d70d5cc3e Mon Sep 17 00:00:00 2001 From: shrikantawachar Date: Mon, 29 Oct 2018 20:30:11 +0530 Subject: Remove webapp from togglz Remove webapp from togglz Change-Id: I6d2e6a40a667db1a4dc4f535e479f3a59efe04bf Issue-ID: SDC-1875 Signed-off-by: shrikantawachar --- .../main/java/org/openecomp/sdcrests/togglz/rest/TogglzFeatures.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/src/main/java/org/openecomp/sdcrests/togglz/rest/TogglzFeatures.java b/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/src/main/java/org/openecomp/sdcrests/togglz/rest/TogglzFeatures.java index 90454d8853..2ce159a6fd 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/src/main/java/org/openecomp/sdcrests/togglz/rest/TogglzFeatures.java +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/src/main/java/org/openecomp/sdcrests/togglz/rest/TogglzFeatures.java @@ -16,6 +16,7 @@ package org.openecomp.sdcrests.togglz.rest; +import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import org.openecomp.sdcrests.togglz.types.FeatureDto; import org.openecomp.sdcrests.togglz.types.FeatureSetDto; @@ -29,6 +30,7 @@ import javax.ws.rs.core.Response; @Path("/v1.0/togglz") @Produces(MediaType.APPLICATION_JSON) @Consumes(MediaType.APPLICATION_JSON) +@Api(value = "Togglz") @Validated public interface TogglzFeatures { -- cgit 1.2.3-korg