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/licenses/Types.swift
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -450,11 +450,11 @@ public enum Components {
450
450
}
451
451
/// Types generated from the `#/components/parameters` section of the OpenAPI document.
452
452
publicenumParameters{
453
-
/// The number of results per page (max 100).
453
+
/// 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)."
454
454
///
455
455
/// - Remark: Generated from `#/components/parameters/per-page`.
456
456
publictypealiasper_hyphen_page=Swift.Int
457
-
/// Page number of the results to fetch.
457
+
/// 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)."
458
458
///
459
459
/// - Remark: Generated from `#/components/parameters/page`.
460
460
publictypealiaspage=Swift.Int
@@ -551,20 +551,20 @@ public enum Operations {
551
551
publicstructQuery:Sendable,Hashable{
552
552
/// - Remark: Generated from `#/paths/licenses/GET/query/featured`.
553
553
publicvarfeatured:Swift.Bool?
554
-
/// The number of results per page (max 100).
554
+
/// 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)."
555
555
///
556
556
/// - Remark: Generated from `#/paths/licenses/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)."
559
559
///
560
560
/// - Remark: Generated from `#/paths/licenses/GET/query/page`.
561
561
publicvarpage:Components.Parameters.page?
562
562
/// Creates a new `Query`.
563
563
///
564
564
/// - Parameters:
565
565
/// - featured:
566
-
/// - per_page: The number of results per page (max 100).
567
-
/// - page: Page number of the results to fetch.
566
+
/// - 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)."
567
+
/// - 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