From 16228bb5b01149b8d5f24d5c287e460e1c649cdf Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Thu, 7 Dec 2023 12:08:01 +0100 Subject: [PATCH] Ignore Lib Path --- .../org/gcube/portal/social/networking/ws/methods/v2/Lib.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/org/gcube/portal/social/networking/ws/methods/v2/Lib.java b/src/main/java/org/gcube/portal/social/networking/ws/methods/v2/Lib.java index db6bc1b..38dbe72 100644 --- a/src/main/java/org/gcube/portal/social/networking/ws/methods/v2/Lib.java +++ b/src/main/java/org/gcube/portal/social/networking/ws/methods/v2/Lib.java @@ -1,6 +1,7 @@ package org.gcube.portal.social.networking.ws.methods.v2; +import com.webcohesion.enunciate.metadata.Ignore; import com.webcohesion.enunciate.metadata.rs.RequestHeader; import com.webcohesion.enunciate.metadata.rs.RequestHeaders; import com.webcohesion.enunciate.metadata.rs.ResponseCode; @@ -26,6 +27,7 @@ import java.util.Map; * REST interface for the social networking library. * @author Ahmed Ibrahim ISTI-CNR */ +@Ignore @Path("2/lib") @RequestHeaders ({ @RequestHeader( name = "Authorization", description = "Bearer token, see https://dev.d4science.org/how-to-access-resources"),