You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ The API to the Cloudsmith Service
5
5
## Overview
6
6
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
// PackagesListOpts Optional parameters for the method 'PackagesList'
291
290
typePackagesListOptsstruct {
292
-
Page optional.Int32
293
-
PageSize optional.Int32
291
+
Page optional.Int64
292
+
PageSize optional.Int64
294
293
Query optional.String
295
294
}
296
295
@@ -301,8 +300,8 @@ Get a list of all packages associated with repository.
301
300
* @param owner
302
301
* @param repo
303
302
* @param optional nil or *PackagesListOpts - Optional Parameters:
304
-
* @param "Page" (optional.Int32) - A page number within the paginated result set.
305
-
* @param "PageSize" (optional.Int32) - Number of results to return per page.
303
+
* @param "Page" (optional.Int64) - A page number within the paginated result set.
304
+
* @param "PageSize" (optional.Int64) - Number of results to return per page.
306
305
* @param "Query" (optional.String) - A search term for querying names, filenames, versions, distributions, architectures, formats or statuses of packages.
0 commit comments