From 17ffb800cf184fd88e01845919b223a340fdf3db Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Fri, 30 Sep 2022 15:40:03 +0200 Subject: [PATCH] Better than nothing --- src/main/java/org/gcube/gcat/rest/Profile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/gcat/rest/Profile.java b/src/main/java/org/gcube/gcat/rest/Profile.java index 6cfd2af..cf51821 100644 --- a/src/main/java/org/gcube/gcat/rest/Profile.java +++ b/src/main/java/org/gcube/gcat/rest/Profile.java @@ -143,7 +143,7 @@ public class Profile extends BaseREST implements org.gcube.gcat.api.interfaces.P * @return the profile definition * * @pathExample /profiles/EmptyProfile - * @responseExample application/xml classpath:/api-docs-examples/profile/read-profile-response.xml + * @responseExample application/json classpath:/api-docs-examples/profile/read-profile-response.json * */ @GET