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/projects/Types.swift
+26-26Lines changed: 26 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -1374,11 +1374,11 @@ public enum Components {
1374
1374
}
1375
1375
/// Types generated from the `#/components/parameters` section of the OpenAPI document.
1376
1376
publicenumParameters{
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)."
1378
1378
///
1379
1379
/// - Remark: Generated from `#/components/parameters/per-page`.
1380
1380
publictypealiasper_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)."
1382
1382
///
1383
1383
/// - Remark: Generated from `#/components/parameters/page`.
1384
1384
publictypealiaspage=Swift.Int
@@ -1633,20 +1633,20 @@ public enum Operations {
1633
1633
///
1634
1634
/// - Remark: Generated from `#/paths/orgs/{org}/projects/GET/query/state`.
/// 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)."
1637
1637
///
1638
1638
/// - Remark: Generated from `#/paths/orgs/{org}/projects/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)."
1641
1641
///
1642
1642
/// - Remark: Generated from `#/paths/orgs/{org}/projects/GET/query/page`.
1643
1643
publicvarpage:Components.Parameters.page?
1644
1644
/// Creates a new `Query`.
1645
1645
///
1646
1646
/// - Parameters:
1647
1647
/// - 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)."
/// 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)."
3993
3993
///
3994
3994
/// - Remark: Generated from `#/paths/projects/columns/{column_id}/cards/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)."
3997
3997
///
3998
3998
/// - Remark: Generated from `#/paths/projects/columns/{column_id}/cards/GET/query/page`.
3999
3999
publicvarpage:Components.Parameters.page?
4000
4000
/// Creates a new `Query`.
4001
4001
///
4002
4002
/// - Parameters:
4003
4003
/// - 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)."
/// 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)."
5874
5874
///
5875
5875
/// - Remark: Generated from `#/paths/projects/{project_id}/collaborators/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)."
5878
5878
///
5879
5879
/// - Remark: Generated from `#/paths/projects/{project_id}/collaborators/GET/query/page`.
5880
5880
publicvarpage:Components.Parameters.page?
5881
5881
/// Creates a new `Query`.
5882
5882
///
5883
5883
/// - Parameters:
5884
5884
/// - 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)."
/// - Remark: Generated from `#/paths/projects/{project_id}/columns/GET/query`.
6922
6922
publicstructQuery: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)."
6924
6924
///
6925
6925
/// - Remark: Generated from `#/paths/projects/{project_id}/columns/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)."
6928
6928
///
6929
6929
/// - Remark: Generated from `#/paths/projects/{project_id}/columns/GET/query/page`.
6930
6930
publicvarpage:Components.Parameters.page?
6931
6931
/// Creates a new `Query`.
6932
6932
///
6933
6933
/// - 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)."
/// 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)."
7440
7440
///
7441
7441
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/projects/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)."
7444
7444
///
7445
7445
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/projects/GET/query/page`.
7446
7446
publicvarpage:Components.Parameters.page?
7447
7447
/// Creates a new `Query`.
7448
7448
///
7449
7449
/// - Parameters:
7450
7450
/// - 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)."
/// 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)."
8280
8280
///
8281
8281
/// - Remark: Generated from `#/paths/users/{username}/projects/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)."
8284
8284
///
8285
8285
/// - Remark: Generated from `#/paths/users/{username}/projects/GET/query/page`.
8286
8286
publicvarpage:Components.Parameters.page?
8287
8287
/// Creates a new `Query`.
8288
8288
///
8289
8289
/// - Parameters:
8290
8290
/// - 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)."
0 commit comments