Skip to content

Commit a34e8e6

Browse files
committed
[Make] Sync *.swift
1 parent 92ea3f4 commit a34e8e6

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

Sources/projects/Types.swift

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,11 +1374,11 @@ public enum Components {
13741374
}
13751375
/// Types generated from the `#/components/parameters` section of the OpenAPI document.
13761376
public enum Parameters {
1377-
/// The number of results per page (max 100).
1377+
/// 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)."
13781378
///
13791379
/// - Remark: Generated from `#/components/parameters/per-page`.
13801380
public typealias per_hyphen_page = Swift.Int
1381-
/// Page number of the results to fetch.
1381+
/// 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)."
13821382
///
13831383
/// - Remark: Generated from `#/components/parameters/page`.
13841384
public typealias page = Swift.Int
@@ -1633,20 +1633,20 @@ public enum Operations {
16331633
///
16341634
/// - Remark: Generated from `#/paths/orgs/{org}/projects/GET/query/state`.
16351635
public var state: Operations.projects_sol_list_hyphen_for_hyphen_org.Input.Query.statePayload?
1636-
/// The number of results per page (max 100).
1636+
/// 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)."
16371637
///
16381638
/// - Remark: Generated from `#/paths/orgs/{org}/projects/GET/query/per_page`.
16391639
public var per_page: Components.Parameters.per_hyphen_page?
1640-
/// Page number of the results to fetch.
1640+
/// 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)."
16411641
///
16421642
/// - Remark: Generated from `#/paths/orgs/{org}/projects/GET/query/page`.
16431643
public var page: Components.Parameters.page?
16441644
/// Creates a new `Query`.
16451645
///
16461646
/// - Parameters:
16471647
/// - state: Indicates the state of the projects to return.
1648-
/// - per_page: The number of results per page (max 100).
1649-
/// - page: Page number of the results to fetch.
1648+
/// - 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)."
1649+
/// - 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)."
16501650
public init(
16511651
state: Operations.projects_sol_list_hyphen_for_hyphen_org.Input.Query.statePayload? = nil,
16521652
per_page: Components.Parameters.per_hyphen_page? = nil,
@@ -3989,20 +3989,20 @@ public enum Operations {
39893989
///
39903990
/// - Remark: Generated from `#/paths/projects/columns/{column_id}/cards/GET/query/archived_state`.
39913991
public var archived_state: Operations.projects_sol_list_hyphen_cards.Input.Query.archived_statePayload?
3992-
/// The number of results per page (max 100).
3992+
/// 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)."
39933993
///
39943994
/// - Remark: Generated from `#/paths/projects/columns/{column_id}/cards/GET/query/per_page`.
39953995
public var per_page: Components.Parameters.per_hyphen_page?
3996-
/// Page number of the results to fetch.
3996+
/// 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)."
39973997
///
39983998
/// - Remark: Generated from `#/paths/projects/columns/{column_id}/cards/GET/query/page`.
39993999
public var page: Components.Parameters.page?
40004000
/// Creates a new `Query`.
40014001
///
40024002
/// - Parameters:
40034003
/// - archived_state: Filters the project cards that are returned by the card's state.
4004-
/// - per_page: The number of results per page (max 100).
4005-
/// - page: Page number of the results to fetch.
4004+
/// - 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)."
4005+
/// - 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)."
40064006
public init(
40074007
archived_state: Operations.projects_sol_list_hyphen_cards.Input.Query.archived_statePayload? = nil,
40084008
per_page: Components.Parameters.per_hyphen_page? = nil,
@@ -5870,20 +5870,20 @@ public enum Operations {
58705870
///
58715871
/// - Remark: Generated from `#/paths/projects/{project_id}/collaborators/GET/query/affiliation`.
58725872
public var affiliation: Operations.projects_sol_list_hyphen_collaborators.Input.Query.affiliationPayload?
5873-
/// The number of results per page (max 100).
5873+
/// 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)."
58745874
///
58755875
/// - Remark: Generated from `#/paths/projects/{project_id}/collaborators/GET/query/per_page`.
58765876
public var per_page: Components.Parameters.per_hyphen_page?
5877-
/// Page number of the results to fetch.
5877+
/// 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)."
58785878
///
58795879
/// - Remark: Generated from `#/paths/projects/{project_id}/collaborators/GET/query/page`.
58805880
public var page: Components.Parameters.page?
58815881
/// Creates a new `Query`.
58825882
///
58835883
/// - Parameters:
58845884
/// - affiliation: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's organization. `direct` means collaborators with permissions to a project, regardless of organization membership status. `all` means all collaborators the authenticated user can see.
5885-
/// - per_page: The number of results per page (max 100).
5886-
/// - page: Page number of the results to fetch.
5885+
/// - 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)."
5886+
/// - 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)."
58875887
public init(
58885888
affiliation: Operations.projects_sol_list_hyphen_collaborators.Input.Query.affiliationPayload? = nil,
58895889
per_page: Components.Parameters.per_hyphen_page? = nil,
@@ -6920,19 +6920,19 @@ public enum Operations {
69206920
public var path: Operations.projects_sol_list_hyphen_columns.Input.Path
69216921
/// - Remark: Generated from `#/paths/projects/{project_id}/columns/GET/query`.
69226922
public struct Query: Sendable, Hashable {
6923-
/// The number of results per page (max 100).
6923+
/// 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)."
69246924
///
69256925
/// - Remark: Generated from `#/paths/projects/{project_id}/columns/GET/query/per_page`.
69266926
public var per_page: Components.Parameters.per_hyphen_page?
6927-
/// Page number of the results to fetch.
6927+
/// 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)."
69286928
///
69296929
/// - Remark: Generated from `#/paths/projects/{project_id}/columns/GET/query/page`.
69306930
public var page: Components.Parameters.page?
69316931
/// Creates a new `Query`.
69326932
///
69336933
/// - Parameters:
6934-
/// - per_page: The number of results per page (max 100).
6935-
/// - page: Page number of the results to fetch.
6934+
/// - 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)."
6935+
/// - 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)."
69366936
public init(
69376937
per_page: Components.Parameters.per_hyphen_page? = nil,
69386938
page: Components.Parameters.page? = nil
@@ -7436,20 +7436,20 @@ public enum Operations {
74367436
///
74377437
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/projects/GET/query/state`.
74387438
public var state: Operations.projects_sol_list_hyphen_for_hyphen_repo.Input.Query.statePayload?
7439-
/// The number of results per page (max 100).
7439+
/// 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)."
74407440
///
74417441
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/projects/GET/query/per_page`.
74427442
public var per_page: Components.Parameters.per_hyphen_page?
7443-
/// Page number of the results to fetch.
7443+
/// 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)."
74447444
///
74457445
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/projects/GET/query/page`.
74467446
public var page: Components.Parameters.page?
74477447
/// Creates a new `Query`.
74487448
///
74497449
/// - Parameters:
74507450
/// - state: Indicates the state of the projects to return.
7451-
/// - per_page: The number of results per page (max 100).
7452-
/// - page: Page number of the results to fetch.
7451+
/// - 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)."
7452+
/// - 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)."
74537453
public init(
74547454
state: Operations.projects_sol_list_hyphen_for_hyphen_repo.Input.Query.statePayload? = nil,
74557455
per_page: Components.Parameters.per_hyphen_page? = nil,
@@ -8276,20 +8276,20 @@ public enum Operations {
82768276
///
82778277
/// - Remark: Generated from `#/paths/users/{username}/projects/GET/query/state`.
82788278
public var state: Operations.projects_sol_list_hyphen_for_hyphen_user.Input.Query.statePayload?
8279-
/// The number of results per page (max 100).
8279+
/// 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)."
82808280
///
82818281
/// - Remark: Generated from `#/paths/users/{username}/projects/GET/query/per_page`.
82828282
public var per_page: Components.Parameters.per_hyphen_page?
8283-
/// Page number of the results to fetch.
8283+
/// 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)."
82848284
///
82858285
/// - Remark: Generated from `#/paths/users/{username}/projects/GET/query/page`.
82868286
public var page: Components.Parameters.page?
82878287
/// Creates a new `Query`.
82888288
///
82898289
/// - Parameters:
82908290
/// - state: Indicates the state of the projects to return.
8291-
/// - per_page: The number of results per page (max 100).
8292-
/// - page: Page number of the results to fetch.
8291+
/// - 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)."
8292+
/// - 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)."
82938293
public init(
82948294
state: Operations.projects_sol_list_hyphen_for_hyphen_user.Input.Query.statePayload? = nil,
82958295
per_page: Components.Parameters.per_hyphen_page? = nil,

0 commit comments

Comments
 (0)