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/checks/Types.swift
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -2619,11 +2619,11 @@ public enum Components {
2619
2619
}
2620
2620
/// Types generated from the `#/components/parameters` section of the OpenAPI document.
2621
2621
publicenumParameters{
2622
-
/// The number of results per page (max 100).
2622
+
/// 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)."
2623
2623
///
2624
2624
/// - Remark: Generated from `#/components/parameters/per-page`.
2625
2625
publictypealiasper_hyphen_page=Swift.Int
2626
-
/// Page number of the results to fetch.
2626
+
/// 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)."
2627
2627
///
2628
2628
/// - Remark: Generated from `#/components/parameters/page`.
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/check-runs/{check_run_id}/annotations/GET/query`.
3461
3461
publicstructQuery:Sendable,Hashable{
3462
-
/// The number of results per page (max 100).
3462
+
/// 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)."
3463
3463
///
3464
3464
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/check-runs/{check_run_id}/annotations/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)."
3467
3467
///
3468
3468
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/check-runs/{check_run_id}/annotations/GET/query/page`.
3469
3469
publicvarpage:Components.Parameters.page?
3470
3470
/// Creates a new `Query`.
3471
3471
///
3472
3472
/// - Parameters:
3473
-
/// - per_page: The number of results per page (max 100).
3474
-
/// - page: Page number of the results to fetch.
3473
+
/// - 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)."
3474
+
/// - 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)."
4534
4534
///
4535
4535
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs/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)."
4538
4538
///
4539
4539
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs/GET/query/page`.
4540
4540
publicvarpage:Components.Parameters.page?
@@ -4544,8 +4544,8 @@ public enum Operations {
4544
4544
/// - check_name: Returns check runs with the specified `name`.
4545
4545
/// - status: Returns check runs with the specified `status`.
4546
4546
/// - filter: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs.
4547
-
/// - per_page: The number of results per page (max 100).
4548
-
/// - page: Page number of the results to fetch.
4547
+
/// - 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)."
4548
+
/// - 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)."
4939
4939
///
4940
4940
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/commits/{ref}/check-runs/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)."
4943
4943
///
4944
4944
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/commits/{ref}/check-runs/GET/query/page`.
4945
4945
publicvarpage:Components.Parameters.page?
@@ -4951,8 +4951,8 @@ public enum Operations {
4951
4951
/// - check_name: Returns check runs with the specified `name`.
4952
4952
/// - status: Returns check runs with the specified `status`.
4953
4953
/// - filter: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs.
4954
-
/// - per_page: The number of results per page (max 100).
4955
-
/// - page: Page number of the results to fetch.
4954
+
/// - 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)."
4955
+
/// - 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)."
5182
5182
///
5183
5183
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/commits/{ref}/check-suites/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)."
5186
5186
///
5187
5187
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/commits/{ref}/check-suites/GET/query/page`.
5188
5188
publicvarpage:Components.Parameters.page?
@@ -5191,8 +5191,8 @@ public enum Operations {
5191
5191
/// - Parameters:
5192
5192
/// - app_id: Filters check suites by GitHub App `id`.
5193
5193
/// - check_name: Returns check runs with the specified `name`.
5194
-
/// - per_page: The number of results per page (max 100).
5195
-
/// - page: Page number of the results to fetch.
5194
+
/// - 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)."
5195
+
/// - 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