|
|
@ -129,13 +129,13 @@ public interface CommentManagementAPI {
|
|
|
|
String uuid,
|
|
|
|
String uuid,
|
|
|
|
@ApiParam(
|
|
|
|
@ApiParam(
|
|
|
|
name="offSet",
|
|
|
|
name="offSet",
|
|
|
|
value="Starting comment number.",
|
|
|
|
value="Starting comment number.",defaultValue = "1",
|
|
|
|
required = false)
|
|
|
|
required = false)
|
|
|
|
@QueryParam("offSet")
|
|
|
|
@QueryParam("offSet")
|
|
|
|
int offSet,
|
|
|
|
int offSet,
|
|
|
|
@ApiParam(
|
|
|
|
@ApiParam(
|
|
|
|
name="limit",
|
|
|
|
name="limit",
|
|
|
|
value = "Limit of paginated comments",
|
|
|
|
value = "Limit of paginated comments",defaultValue = "20",
|
|
|
|
required = false)
|
|
|
|
required = false)
|
|
|
|
@QueryParam("limit")
|
|
|
|
@QueryParam("limit")
|
|
|
|
int limit);
|
|
|
|
int limit);
|
|
|
|