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,
|
||||
@ApiParam(
|
||||
name="offSet",
|
||||
value="Starting comment number.",
|
||||
value="Starting comment number.",defaultValue = "1",
|
||||
required = false)
|
||||
@QueryParam("offSet")
|
||||
int offSet,
|
||||
@ApiParam(
|
||||
name="limit",
|
||||
value = "Limit of paginated comments",
|
||||
value = "Limit of paginated comments",defaultValue = "20",
|
||||
required = false)
|
||||
@QueryParam("limit")
|
||||
int limit);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user