Skip to content

Commit 6e9dbde

Browse files
committed
[Make] Sync *.swift
1 parent ec39e40 commit 6e9dbde

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Sources/classroom/Types.swift

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -952,11 +952,11 @@ public enum Components {
952952
}
953953
/// Types generated from the `#/components/parameters` section of the OpenAPI document.
954954
public enum Parameters {
955-
/// The number of results per page (max 100).
955+
/// 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)."
956956
///
957957
/// - Remark: Generated from `#/components/parameters/per-page`.
958958
public typealias per_hyphen_page = Swift.Int
959-
/// Page number of the results to fetch.
959+
/// 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)."
960960
///
961961
/// - Remark: Generated from `#/components/parameters/page`.
962962
public typealias page = Swift.Int
@@ -1189,19 +1189,19 @@ public enum Operations {
11891189
public var path: Operations.classroom_sol_list_hyphen_accepted_hyphen_assigments_hyphen_for_hyphen_an_hyphen_assignment.Input.Path
11901190
/// - Remark: Generated from `#/paths/assignments/{assignment_id}/accepted_assignments/GET/query`.
11911191
public struct Query: Sendable, Hashable {
1192-
/// Page number of the results to fetch.
1192+
/// 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)."
11931193
///
11941194
/// - Remark: Generated from `#/paths/assignments/{assignment_id}/accepted_assignments/GET/query/page`.
11951195
public var page: Components.Parameters.page?
1196-
/// The number of results per page (max 100).
1196+
/// 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)."
11971197
///
11981198
/// - Remark: Generated from `#/paths/assignments/{assignment_id}/accepted_assignments/GET/query/per_page`.
11991199
public var per_page: Components.Parameters.per_hyphen_page?
12001200
/// Creates a new `Query`.
12011201
///
12021202
/// - Parameters:
1203-
/// - page: Page number of the results to fetch.
1204-
/// - per_page: The number of results per page (max 100).
1203+
/// - 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)."
1204+
/// - 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)."
12051205
public init(
12061206
page: Components.Parameters.page? = nil,
12071207
per_page: Components.Parameters.per_hyphen_page? = nil
@@ -1488,19 +1488,19 @@ public enum Operations {
14881488
public struct Input: Sendable, Hashable {
14891489
/// - Remark: Generated from `#/paths/classrooms/GET/query`.
14901490
public struct Query: Sendable, Hashable {
1491-
/// Page number of the results to fetch.
1491+
/// 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)."
14921492
///
14931493
/// - Remark: Generated from `#/paths/classrooms/GET/query/page`.
14941494
public var page: Components.Parameters.page?
1495-
/// The number of results per page (max 100).
1495+
/// 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)."
14961496
///
14971497
/// - Remark: Generated from `#/paths/classrooms/GET/query/per_page`.
14981498
public var per_page: Components.Parameters.per_hyphen_page?
14991499
/// Creates a new `Query`.
15001500
///
15011501
/// - Parameters:
1502-
/// - page: Page number of the results to fetch.
1503-
/// - per_page: The number of results per page (max 100).
1502+
/// - 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)."
1503+
/// - 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)."
15041504
public init(
15051505
page: Components.Parameters.page? = nil,
15061506
per_page: Components.Parameters.per_hyphen_page? = nil
@@ -1799,19 +1799,19 @@ public enum Operations {
17991799
public var path: Operations.classroom_sol_list_hyphen_assignments_hyphen_for_hyphen_a_hyphen_classroom.Input.Path
18001800
/// - Remark: Generated from `#/paths/classrooms/{classroom_id}/assignments/GET/query`.
18011801
public struct Query: Sendable, Hashable {
1802-
/// Page number of the results to fetch.
1802+
/// 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)."
18031803
///
18041804
/// - Remark: Generated from `#/paths/classrooms/{classroom_id}/assignments/GET/query/page`.
18051805
public var page: Components.Parameters.page?
1806-
/// The number of results per page (max 100).
1806+
/// 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)."
18071807
///
18081808
/// - Remark: Generated from `#/paths/classrooms/{classroom_id}/assignments/GET/query/per_page`.
18091809
public var per_page: Components.Parameters.per_hyphen_page?
18101810
/// Creates a new `Query`.
18111811
///
18121812
/// - Parameters:
1813-
/// - page: Page number of the results to fetch.
1814-
/// - per_page: The number of results per page (max 100).
1813+
/// - 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)."
1814+
/// - 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)."
18151815
public init(
18161816
page: Components.Parameters.page? = nil,
18171817
per_page: Components.Parameters.per_hyphen_page? = nil

0 commit comments

Comments
 (0)