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
@POST
@Consumes("uuid/stars/json")
@Consumes("application/json")
public Response updateStars(
@ApiParam int stars,
@PathParam("uuid") String uuid) {

Loading…
Cancel
Save