Skip to content

Commit 2cfcb22

Browse files
committed
[Make] Sync *.swift
1 parent 8202ae1 commit 2cfcb22

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

Sources/migrations/Types.swift

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3981,11 +3981,11 @@ public enum Components {
39813981
}
39823982
/// Types generated from the `#/components/parameters` section of the OpenAPI document.
39833983
public enum Parameters {
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)."
39853985
///
39863986
/// - Remark: Generated from `#/components/parameters/per-page`.
39873987
public typealias per_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)."
39893989
///
39903990
/// - Remark: Generated from `#/components/parameters/page`.
39913991
public typealias page = Swift.Int
@@ -4200,11 +4200,11 @@ public enum Operations {
42004200
public var path: Operations.migrations_sol_list_hyphen_for_hyphen_org.Input.Path
42014201
/// - Remark: Generated from `#/paths/orgs/{org}/migrations/GET/query`.
42024202
public struct Query: 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)."
42044204
///
42054205
/// - Remark: Generated from `#/paths/orgs/{org}/migrations/GET/query/per_page`.
42064206
public var per_page: Components.Parameters.per_hyphen_page?
4207-
/// Page number of the results to fetch.
4207+
/// 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)."
42084208
///
42094209
/// - Remark: Generated from `#/paths/orgs/{org}/migrations/GET/query/page`.
42104210
public var page: Components.Parameters.page?
@@ -4223,8 +4223,8 @@ public enum Operations {
42234223
/// Creates a new `Query`.
42244224
///
42254225
/// - 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)."
42284228
/// - exclude: Exclude attributes from the API response to improve performance
42294229
public init(
42304230
per_page: Components.Parameters.per_hyphen_page? = nil,
@@ -5307,19 +5307,19 @@ public enum Operations {
53075307
public var path: Operations.migrations_sol_list_hyphen_repos_hyphen_for_hyphen_org.Input.Path
53085308
/// - Remark: Generated from `#/paths/orgs/{org}/migrations/{migration_id}/repositories/GET/query`.
53095309
public struct Query: 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)."
53115311
///
53125312
/// - Remark: Generated from `#/paths/orgs/{org}/migrations/{migration_id}/repositories/GET/query/per_page`.
53135313
public var per_page: Components.Parameters.per_hyphen_page?
5314-
/// Page number of the results to fetch.
5314+
/// 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)."
53155315
///
53165316
/// - Remark: Generated from `#/paths/orgs/{org}/migrations/{migration_id}/repositories/GET/query/page`.
53175317
public var page: Components.Parameters.page?
53185318
/// Creates a new `Query`.
53195319
///
53205320
/// - 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)."
53235323
public init(
53245324
per_page: Components.Parameters.per_hyphen_page? = nil,
53255325
page: Components.Parameters.page? = nil
@@ -7266,19 +7266,19 @@ public enum Operations {
72667266
public struct Input: Sendable, Hashable {
72677267
/// - Remark: Generated from `#/paths/user/migrations/GET/query`.
72687268
public struct Query: 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)."
72707270
///
72717271
/// - Remark: Generated from `#/paths/user/migrations/GET/query/per_page`.
72727272
public var per_page: Components.Parameters.per_hyphen_page?
7273-
/// Page number of the results to fetch.
7273+
/// 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)."
72747274
///
72757275
/// - Remark: Generated from `#/paths/user/migrations/GET/query/page`.
72767276
public var page: Components.Parameters.page?
72777277
/// Creates a new `Query`.
72787278
///
72797279
/// - 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)."
72827282
public init(
72837283
per_page: Components.Parameters.per_hyphen_page? = nil,
72847284
page: Components.Parameters.page? = nil
@@ -8669,19 +8669,19 @@ public enum Operations {
86698669
public var path: Operations.migrations_sol_list_hyphen_repos_hyphen_for_hyphen_authenticated_hyphen_user.Input.Path
86708670
/// - Remark: Generated from `#/paths/user/migrations/{migration_id}/repositories/GET/query`.
86718671
public struct Query: 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)."
86738673
///
86748674
/// - Remark: Generated from `#/paths/user/migrations/{migration_id}/repositories/GET/query/per_page`.
86758675
public var per_page: Components.Parameters.per_hyphen_page?
8676-
/// Page number of the results to fetch.
8676+
/// 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)."
86778677
///
86788678
/// - Remark: Generated from `#/paths/user/migrations/{migration_id}/repositories/GET/query/page`.
86798679
public var page: Components.Parameters.page?
86808680
/// Creates a new `Query`.
86818681
///
86828682
/// - 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)."
86858685
public init(
86868686
per_page: Components.Parameters.per_hyphen_page? = nil,
86878687
page: Components.Parameters.page? = nil

0 commit comments

Comments
 (0)