Skip to content

Commit

Permalink
Fixed other metadata download
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosjepard authored and hmiguim committed Mar 11, 2024
1 parent 00ed631 commit 926f053
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -133,8 +133,8 @@ public Response retrieveRepresentation(
}

@GET
@Path("/{" + RodaConstants.API_PATH_PARAM_AIP_ID + "}/{" + RodaConstants.API_PATH_PARAM_REPRESENTATION_ID + "}/"
+ RodaConstants.API_REST_V1_REPRESENTATION_OTHER_METADATA + "}/")
@Path("/{" + RodaConstants.API_PATH_PARAM_AIP_ID + "}/{" + RodaConstants.API_PATH_PARAM_REPRESENTATION_ID + "}/{"
+ RodaConstants.API_REST_V1_REPRESENTATION_OTHER_METADATA + "}")
@Produces({MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML, ExtraMediaType.APPLICATION_ZIP,
ExtraMediaType.APPLICATION_JAVASCRIPT})
@JSONP(callback = RodaConstants.API_QUERY_DEFAULT_JSONP_CALLBACK, queryParam = RodaConstants.API_QUERY_KEY_JSONP_CALLBACK)
Expand Down

0 comments on commit 926f053

Please sign in to comment.