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/pulls/Types.swift
+30-30Lines changed: 30 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -7131,11 +7131,11 @@ public enum Components {
7131
7131
}
7132
7132
/// Types generated from the `#/components/parameters` section of the OpenAPI document.
7133
7133
public enum Parameters {
7134
-
/// The number of results per page (max 100).
7134
+
/// 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)."
7135
7135
///
7136
7136
/// - Remark: Generated from `#/components/parameters/per-page`.
7137
7137
public typealias per_hyphen_page = Swift.Int
7138
-
/// Page number of the results to fetch.
7138
+
/// 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)."
7139
7139
///
7140
7140
/// - Remark: Generated from `#/components/parameters/page`.
7141
7141
public typealias page = Swift.Int
@@ -7459,11 +7459,11 @@ public enum Operations {
7459
7459
///
7460
7460
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/GET/query/direction`.
7461
7461
public var direction: Operations.pulls_sol_list.Input.Query.directionPayload?
7462
-
/// The number of results per page (max 100).
7462
+
/// 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)."
7463
7463
///
7464
7464
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/GET/query/per_page`.
7465
7465
public var per_page: Components.Parameters.per_hyphen_page?
7466
-
/// Page number of the results to fetch.
7466
+
/// 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)."
7467
7467
///
7468
7468
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/GET/query/page`.
7469
7469
public var page: Components.Parameters.page?
@@ -7475,8 +7475,8 @@ public enum Operations {
7475
7475
/// - base: Filter pulls by base branch name. Example: `gh-pages`.
7476
7476
/// - sort: What to sort results by. `popularity` will sort by the number of comments. `long-running` will sort by date created and will limit the results to pull requests that have been open for more than a month and have had activity within the past month.
7477
7477
/// - direction: The direction of the sort. Default: `desc` when sort is `created` or sort is not specified, otherwise `asc`.
7478
-
/// - per_page: The number of results per page (max 100).
7479
-
/// - page: Page number of the results to fetch.
7478
+
/// - 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)."
7479
+
/// - 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/repos/{owner}/{repo}/pulls/comments/GET/query/since`.
8024
8024
public var since: Components.Parameters.since?
8025
-
/// The number of results per page (max 100).
8025
+
/// 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)."
8026
8026
///
8027
8027
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/comments/GET/query/per_page`.
8028
8028
public var per_page: Components.Parameters.per_hyphen_page?
8029
-
/// Page number of the results to fetch.
8029
+
/// 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)."
8030
8030
///
8031
8031
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/comments/GET/query/page`.
8032
8032
public var page: Components.Parameters.page?
@@ -8036,8 +8036,8 @@ public enum Operations {
8036
8036
/// - sort:
8037
8037
/// - direction: The direction to sort results. Ignored without `sort` parameter.
8038
8038
/// - since: Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.
8039
-
/// - per_page: The number of results per page (max 100).
8040
-
/// - page: Page number of the results to fetch.
8039
+
/// - 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)."
8040
+
/// - 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/repos/{owner}/{repo}/pulls/{pull_number}/comments/GET/query/since`.
9258
9258
public var since: Components.Parameters.since?
9259
-
/// The number of results per page (max 100).
9259
+
/// 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)."
9260
9260
///
9261
9261
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/comments/GET/query/per_page`.
9262
9262
public var per_page: Components.Parameters.per_hyphen_page?
9263
-
/// Page number of the results to fetch.
9263
+
/// 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)."
9264
9264
///
9265
9265
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/comments/GET/query/page`.
9266
9266
public var page: Components.Parameters.page?
@@ -9270,8 +9270,8 @@ public enum Operations {
9270
9270
/// - sort: The property to sort the results by.
9271
9271
/// - direction: The direction to sort results. Ignored without `sort` parameter.
9272
9272
/// - since: Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.
9273
-
/// - per_page: The number of results per page (max 100).
9274
-
/// - page: Page number of the results to fetch.
9273
+
/// - 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)."
9274
+
/// - 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)."
@@ -10029,19 +10029,19 @@ public enum Operations {
10029
10029
public var path: Operations.pulls_sol_list_hyphen_commits.Input.Path
10030
10030
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/commits/GET/query`.
10031
10031
public struct Query: Sendable, Hashable {
10032
-
/// The number of results per page (max 100).
10032
+
/// 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)."
10033
10033
///
10034
10034
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/commits/GET/query/per_page`.
10035
10035
public var per_page: Components.Parameters.per_hyphen_page?
10036
-
/// Page number of the results to fetch.
10036
+
/// 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)."
10037
10037
///
10038
10038
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/commits/GET/query/page`.
10039
10039
public var page: Components.Parameters.page?
10040
10040
/// Creates a new `Query`.
10041
10041
///
10042
10042
/// - Parameters:
10043
-
/// - per_page: The number of results per page (max 100).
10044
-
/// - page: Page number of the results to fetch.
10043
+
/// - 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)."
10044
+
/// - 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)."
@@ -10223,19 +10223,19 @@ public enum Operations {
10223
10223
public var path: Operations.pulls_sol_list_hyphen_files.Input.Path
10224
10224
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/files/GET/query`.
10225
10225
public struct Query: Sendable, Hashable {
10226
-
/// The number of results per page (max 100).
10226
+
/// 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)."
10227
10227
///
10228
10228
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/files/GET/query/per_page`.
10229
10229
public var per_page: Components.Parameters.per_hyphen_page?
10230
-
/// Page number of the results to fetch.
10230
+
/// 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)."
10231
10231
///
10232
10232
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/files/GET/query/page`.
10233
10233
public var page: Components.Parameters.page?
10234
10234
/// Creates a new `Query`.
10235
10235
///
10236
10236
/// - Parameters:
10237
-
/// - per_page: The number of results per page (max 100).
10238
-
/// - page: Page number of the results to fetch.
10237
+
/// - 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)."
10238
+
/// - 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)."
@@ -11658,19 +11658,19 @@ public enum Operations {
11658
11658
public var path: Operations.pulls_sol_list_hyphen_reviews.Input.Path
11659
11659
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/reviews/GET/query`.
11660
11660
public struct Query: Sendable, Hashable {
11661
-
/// The number of results per page (max 100).
11661
+
/// 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)."
11662
11662
///
11663
11663
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/reviews/GET/query/per_page`.
11664
11664
public var per_page: Components.Parameters.per_hyphen_page?
11665
-
/// Page number of the results to fetch.
11665
+
/// 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)."
11666
11666
///
11667
11667
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/reviews/GET/query/page`.
11668
11668
public var page: Components.Parameters.page?
11669
11669
/// Creates a new `Query`.
11670
11670
///
11671
11671
/// - Parameters:
11672
-
/// - per_page: The number of results per page (max 100).
11673
-
/// - page: Page number of the results to fetch.
11672
+
/// - 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)."
11673
+
/// - 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)."
@@ -12765,19 +12765,19 @@ public enum Operations {
12765
12765
public var path: Operations.pulls_sol_list_hyphen_comments_hyphen_for_hyphen_review.Input.Path
12766
12766
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments/GET/query`.
12767
12767
public struct Query: Sendable, Hashable {
12768
-
/// The number of results per page (max 100).
12768
+
/// 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)."
12769
12769
///
12770
12770
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments/GET/query/per_page`.
12771
12771
public var per_page: Components.Parameters.per_hyphen_page?
12772
-
/// Page number of the results to fetch.
12772
+
/// 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)."
12773
12773
///
12774
12774
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments/GET/query/page`.
12775
12775
public var page: Components.Parameters.page?
12776
12776
/// Creates a new `Query`.
12777
12777
///
12778
12778
/// - Parameters:
12779
-
/// - per_page: The number of results per page (max 100).
12780
-
/// - page: Page number of the results to fetch.
12779
+
/// - 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)."
12780
+
/// - 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