parameter in the consumes annotation changed to application/json

feature/appm-store/pbac
nishadi 7 years ago
parent eced883e7f
commit 8f8ec9a86a

@ -202,7 +202,7 @@ public class CommentManagementAPIImpl implements CommentManagementAPI {
@Override @Override
@POST @POST
@Consumes("uuid/stars/json") @Consumes("application/json")
public Response updateStars( public Response updateStars(
@ApiParam int stars, @ApiParam int stars,
@PathParam("uuid") String uuid) { @PathParam("uuid") String uuid) {

Loading…
Cancel
Save