Skip to content

Commit d99fc7c

Browse files
committed
[Make] Sync *.swift
1 parent 739d787 commit d99fc7c

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

Sources/checks/Types.swift

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2619,11 +2619,11 @@ public enum Components {
26192619
}
26202620
/// Types generated from the `#/components/parameters` section of the OpenAPI document.
26212621
public enum Parameters {
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)."
26232623
///
26242624
/// - Remark: Generated from `#/components/parameters/per-page`.
26252625
public typealias per_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)."
26272627
///
26282628
/// - Remark: Generated from `#/components/parameters/page`.
26292629
public typealias page = Swift.Int
@@ -3459,19 +3459,19 @@ public enum Operations {
34593459
public var path: Operations.checks_sol_list_hyphen_annotations.Input.Path
34603460
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/check-runs/{check_run_id}/annotations/GET/query`.
34613461
public struct Query: 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)."
34633463
///
34643464
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/check-runs/{check_run_id}/annotations/GET/query/per_page`.
34653465
public var per_page: Components.Parameters.per_hyphen_page?
3466-
/// Page number of the results to fetch.
3466+
/// 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)."
34673467
///
34683468
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/check-runs/{check_run_id}/annotations/GET/query/page`.
34693469
public var page: Components.Parameters.page?
34703470
/// Creates a new `Query`.
34713471
///
34723472
/// - 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)."
34753475
public init(
34763476
per_page: Components.Parameters.per_hyphen_page? = nil,
34773477
page: Components.Parameters.page? = nil
@@ -4530,11 +4530,11 @@ public enum Operations {
45304530
///
45314531
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs/GET/query/filter`.
45324532
public var filter: Operations.checks_sol_list_hyphen_for_hyphen_suite.Input.Query.filterPayload?
4533-
/// The number of results per page (max 100).
4533+
/// 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)."
45344534
///
45354535
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs/GET/query/per_page`.
45364536
public var per_page: Components.Parameters.per_hyphen_page?
4537-
/// Page number of the results to fetch.
4537+
/// 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)."
45384538
///
45394539
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs/GET/query/page`.
45404540
public var page: Components.Parameters.page?
@@ -4544,8 +4544,8 @@ public enum Operations {
45444544
/// - check_name: Returns check runs with the specified `name`.
45454545
/// - status: Returns check runs with the specified `status`.
45464546
/// - 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)."
45494549
public init(
45504550
check_name: Components.Parameters.check_hyphen_name? = nil,
45514551
status: Components.Parameters.status? = nil,
@@ -4935,11 +4935,11 @@ public enum Operations {
49354935
///
49364936
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/commits/{ref}/check-runs/GET/query/filter`.
49374937
public var filter: Operations.checks_sol_list_hyphen_for_hyphen_ref.Input.Query.filterPayload?
4938-
/// The number of results per page (max 100).
4938+
/// 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)."
49394939
///
49404940
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/commits/{ref}/check-runs/GET/query/per_page`.
49414941
public var per_page: Components.Parameters.per_hyphen_page?
4942-
/// Page number of the results to fetch.
4942+
/// 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)."
49434943
///
49444944
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/commits/{ref}/check-runs/GET/query/page`.
49454945
public var page: Components.Parameters.page?
@@ -4951,8 +4951,8 @@ public enum Operations {
49514951
/// - check_name: Returns check runs with the specified `name`.
49524952
/// - status: Returns check runs with the specified `status`.
49534953
/// - 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)."
49564956
/// - app_id:
49574957
public init(
49584958
check_name: Components.Parameters.check_hyphen_name? = nil,
@@ -5178,11 +5178,11 @@ public enum Operations {
51785178
///
51795179
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/commits/{ref}/check-suites/GET/query/check_name`.
51805180
public var check_name: Components.Parameters.check_hyphen_name?
5181-
/// The number of results per page (max 100).
5181+
/// 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)."
51825182
///
51835183
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/commits/{ref}/check-suites/GET/query/per_page`.
51845184
public var per_page: Components.Parameters.per_hyphen_page?
5185-
/// Page number of the results to fetch.
5185+
/// 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)."
51865186
///
51875187
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/commits/{ref}/check-suites/GET/query/page`.
51885188
public var page: Components.Parameters.page?
@@ -5191,8 +5191,8 @@ public enum Operations {
51915191
/// - Parameters:
51925192
/// - app_id: Filters check suites by GitHub App `id`.
51935193
/// - 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)."
51965196
public init(
51975197
app_id: Swift.Int? = nil,
51985198
check_name: Components.Parameters.check_hyphen_name? = nil,

0 commit comments

Comments
 (0)