mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Modify CommentManagementAPI
add "defaultValue" parameter here in the ApiParams
This commit is contained in:
parent
7849d0938b
commit
0f4e4ea483
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user