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: Sources/migrations/Types.swift
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -3981,11 +3981,11 @@ public enum Components {
3981
3981
}
3982
3982
/// Types generated from the `#/components/parameters` section of the OpenAPI document.
3983
3983
publicenumParameters{
3984
-
/// The number of results per page (max 100).
3984
+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
3985
3985
///
3986
3986
/// - Remark: Generated from `#/components/parameters/per-page`.
3987
3987
publictypealiasper_hyphen_page=Swift.Int
3988
-
/// Page number of the results to fetch.
3988
+
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
3989
3989
///
3990
3990
/// - Remark: Generated from `#/components/parameters/page`.
/// - Remark: Generated from `#/paths/orgs/{org}/migrations/GET/query`.
4202
4202
publicstructQuery:Sendable,Hashable{
4203
-
/// The number of results per page (max 100).
4203
+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
4204
4204
///
4205
4205
/// - Remark: Generated from `#/paths/orgs/{org}/migrations/GET/query/per_page`.
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
4208
4208
///
4209
4209
/// - Remark: Generated from `#/paths/orgs/{org}/migrations/GET/query/page`.
4210
4210
publicvarpage:Components.Parameters.page?
@@ -4223,8 +4223,8 @@ public enum Operations {
4223
4223
/// Creates a new `Query`.
4224
4224
///
4225
4225
/// - Parameters:
4226
-
/// - per_page: The number of results per page (max 100).
4227
-
/// - page: Page number of the results to fetch.
4226
+
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
4227
+
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
4228
4228
/// - exclude: Exclude attributes from the API response to improve performance
/// - Remark: Generated from `#/paths/orgs/{org}/migrations/{migration_id}/repositories/GET/query`.
5309
5309
publicstructQuery:Sendable,Hashable{
5310
-
/// The number of results per page (max 100).
5310
+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
5311
5311
///
5312
5312
/// - Remark: Generated from `#/paths/orgs/{org}/migrations/{migration_id}/repositories/GET/query/per_page`.
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
5315
5315
///
5316
5316
/// - Remark: Generated from `#/paths/orgs/{org}/migrations/{migration_id}/repositories/GET/query/page`.
5317
5317
publicvarpage:Components.Parameters.page?
5318
5318
/// Creates a new `Query`.
5319
5319
///
5320
5320
/// - Parameters:
5321
-
/// - per_page: The number of results per page (max 100).
5322
-
/// - page: Page number of the results to fetch.
5321
+
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
5322
+
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
/// - Remark: Generated from `#/paths/user/migrations/GET/query`.
7268
7268
publicstructQuery:Sendable,Hashable{
7269
-
/// The number of results per page (max 100).
7269
+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
7270
7270
///
7271
7271
/// - Remark: Generated from `#/paths/user/migrations/GET/query/per_page`.
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
7274
7274
///
7275
7275
/// - Remark: Generated from `#/paths/user/migrations/GET/query/page`.
7276
7276
publicvarpage:Components.Parameters.page?
7277
7277
/// Creates a new `Query`.
7278
7278
///
7279
7279
/// - Parameters:
7280
-
/// - per_page: The number of results per page (max 100).
7281
-
/// - page: Page number of the results to fetch.
7280
+
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
7281
+
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
/// - Remark: Generated from `#/paths/user/migrations/{migration_id}/repositories/GET/query`.
8671
8671
publicstructQuery:Sendable,Hashable{
8672
-
/// The number of results per page (max 100).
8672
+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
8673
8673
///
8674
8674
/// - Remark: Generated from `#/paths/user/migrations/{migration_id}/repositories/GET/query/per_page`.
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
8677
8677
///
8678
8678
/// - Remark: Generated from `#/paths/user/migrations/{migration_id}/repositories/GET/query/page`.
8679
8679
publicvarpage:Components.Parameters.page?
8680
8680
/// Creates a new `Query`.
8681
8681
///
8682
8682
/// - Parameters:
8683
-
/// - per_page: The number of results per page (max 100).
8684
-
/// - page: Page number of the results to fetch.
8683
+
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
8684
+
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
0 commit comments