Fixing documentation

This commit is contained in:
Luca Frosini 2022-09-30 15:33:52 +02:00
parent 284e9f9ad8
commit ba900171f1
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ public class Profile extends BaseREST implements org.gcube.gcat.api.interfaces.P
*/
@GET
@Path("/{" + PROFILE_NAME_PARAMETER + "}")
@Produces(MediaType.APPLICATION_XML)
@StatusCodes ({
@ResponseCode ( code = 200, condition = "The profile exists.")
})