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/classroom/Types.swift
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -952,11 +952,11 @@ public enum Components {
952
952
}
953
953
/// Types generated from the `#/components/parameters` section of the OpenAPI document.
954
954
publicenumParameters{
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)."
956
956
///
957
957
/// - Remark: Generated from `#/components/parameters/per-page`.
958
958
publictypealiasper_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)."
960
960
///
961
961
/// - Remark: Generated from `#/components/parameters/page`.
/// - Remark: Generated from `#/paths/assignments/{assignment_id}/accepted_assignments/GET/query`.
1191
1191
publicstructQuery: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)."
1193
1193
///
1194
1194
/// - Remark: Generated from `#/paths/assignments/{assignment_id}/accepted_assignments/GET/query/page`.
1195
1195
publicvarpage: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)."
1197
1197
///
1198
1198
/// - Remark: Generated from `#/paths/assignments/{assignment_id}/accepted_assignments/GET/query/per_page`.
/// - 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)."
/// - Remark: Generated from `#/paths/classrooms/GET/query`.
1490
1490
publicstructQuery: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)."
1492
1492
///
1493
1493
/// - Remark: Generated from `#/paths/classrooms/GET/query/page`.
1494
1494
publicvarpage: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)."
1496
1496
///
1497
1497
/// - Remark: Generated from `#/paths/classrooms/GET/query/per_page`.
/// - 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)."
/// - Remark: Generated from `#/paths/classrooms/{classroom_id}/assignments/GET/query`.
1801
1801
publicstructQuery: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)."
1803
1803
///
1804
1804
/// - Remark: Generated from `#/paths/classrooms/{classroom_id}/assignments/GET/query/page`.
1805
1805
publicvarpage: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)."
1807
1807
///
1808
1808
/// - Remark: Generated from `#/paths/classrooms/{classroom_id}/assignments/GET/query/per_page`.
/// - 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)."
0 commit comments