@@ -657,15 +657,15 @@ types:
657657 docs : Pagination object
658658 properties :
659659 limit :
660- type : optional<double >
660+ type : optional<integer >
661661 docs : The limit used for pagination
662662 access : read-only
663663 offset :
664- type : optional<double >
664+ type : optional<integer >
665665 docs : The offset used for pagination
666666 access : read-only
667667 total :
668- type : optional<double >
668+ type : optional<integer >
669669 docs : The total number of records
670670 access : read-only
671671 source :
@@ -1243,15 +1243,15 @@ types:
12431243 CollectionItemListPagination :
12441244 properties :
12451245 limit :
1246- type : optional<double >
1246+ type : optional<integer >
12471247 docs : The limit specified in the request
12481248 default : 100
12491249 offset :
1250- type : optional<double >
1250+ type : optional<integer >
12511251 docs : The offset specified for pagination
12521252 default : 0
12531253 total :
1254- type : optional<double >
1254+ type : optional<integer >
12551255 docs : Total number of items in the collection
12561256 source :
12571257 openapi : ../../../openapi/referenced-specs/v2.yml
@@ -1563,15 +1563,15 @@ types:
15631563 CommentThreadListPagination :
15641564 properties :
15651565 limit :
1566- type : double
1566+ type : integer
15671567 docs : The limit specified in the request (default 100)
15681568 default : 100
15691569 offset :
1570- type : double
1570+ type : integer
15711571 docs : The offset specified for pagination
15721572 default : 0
15731573 total :
1574- type : double
1574+ type : integer
15751575 docs : Total number of comment threads
15761576 source :
15771577 openapi : ../../../openapi/referenced-specs/v2.yml
@@ -1664,15 +1664,15 @@ types:
16641664 CommentReplyListPagination :
16651665 properties :
16661666 limit :
1667- type : double
1667+ type : integer
16681668 docs : The limit specified in the request (default 100)
16691669 default : 100
16701670 offset :
1671- type : double
1671+ type : integer
16721672 docs : The offset specified for pagination
16731673 default : 0
16741674 total :
1675- type : double
1675+ type : integer
16761676 docs : Total number of comment replies
16771677 source :
16781678 openapi : ../../../openapi/referenced-specs/v2.yml
@@ -2881,18 +2881,18 @@ types:
28812881 docs : The list users results
28822882 properties :
28832883 count :
2884- type : optional<double >
2884+ type : optional<integer >
28852885 docs : Number of users returned
28862886 limit :
2887- type : optional<double >
2887+ type : optional<integer >
28882888 docs : The limit specified in the request
28892889 default : 10
28902890 offset :
2891- type : optional<double >
2891+ type : optional<integer >
28922892 docs : The offset specified for pagination
28932893 default : 0
28942894 total :
2895- type : optional<double >
2895+ type : optional<integer >
28962896 docs : Total number of users in the collection
28972897 users :
28982898 type : optional<list<User>>
@@ -2929,18 +2929,18 @@ types:
29292929 docs : The list access groups results
29302930 properties :
29312931 count :
2932- type : optional<double >
2932+ type : optional<integer >
29332933 docs : Number of access groups returned
29342934 limit :
2935- type : optional<double >
2935+ type : optional<integer >
29362936 docs : The limit specified in the request
29372937 default : 10
29382938 offset :
2939- type : optional<double >
2939+ type : optional<integer >
29402940 docs : The offset specified for pagination
29412941 default : 0
29422942 total :
2943- type : optional<double >
2943+ type : optional<integer >
29442944 docs : Total number of access groups in the collection
29452945 accessGroups :
29462946 type : optional<list<AccessGroup>>
0 commit comments