mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
parameter in the consumes annotation changed to application/json
This commit is contained in:
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…
Reference in New Issue
Block a user