- pageing offset working

This commit is contained in:
Olof hagsand 2021-08-27 14:22:47 +02:00
parent fb0b9409f3
commit 390b0886ed
5 changed files with 186 additions and 66 deletions

View file

@ -105,7 +105,7 @@ module clixon-netconf-list-pagination {
default "unbounded";
description
"The maximum number of list entries to return. The
value of the 'count' parameter is either an integer
value of the 'limit' parameter is either an integer
greater than or equal to 1, or the string 'unbounded'.
The string 'unbounded' is the default value.";
}
@ -119,7 +119,7 @@ module clixon-netconf-list-pagination {
default "none";
description
"The first list item to return.
the 'skip' parameter is either an integer greater than
the 'offset' parameter is either an integer greater than
or equal to 1, or the string 'unbounded'. The string
'unbounded' is the default value.";
}