This commit is contained in:
@@ -10,12 +10,10 @@ namespace AyaNova.Api.ControllerHelpers
|
||||
public const int DefaultOffset = 0;
|
||||
public const int DefaultLimit = 25;
|
||||
|
||||
[FromBody]
|
||||
[Range(0, int.MaxValue)]
|
||||
[FromBody]
|
||||
public int? Offset { get; set; }
|
||||
|
||||
[FromBody]
|
||||
[Range(1, MaxPageSize, ErrorMessage = "Limit must be greater than 0 and less than 1000.")]
|
||||
[FromBody]
|
||||
public int? Limit { get; set; }
|
||||
|
||||
// //Data filter id to use with this list query
|
||||
|
||||
Reference in New Issue
Block a user