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/orgs/Client.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public struct Client: APIProtocol {
40
40
}
41
41
/// List organizations
42
42
///
43
-
/// Lists all organizations, in the order that they were created on GitHub.
43
+
/// Lists all organizations, in the order that they were created.
44
44
///
45
45
/// **Note:** Pagination is powered exclusively by the `since` parameter. Use the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers) to get the URL for the next page of organizations.
Copy file name to clipboardExpand all lines: Sources/orgs/Types.swift
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ import struct Foundation.Date
13
13
public protocol APIProtocol: Sendable {
14
14
/// List organizations
15
15
///
16
-
/// Lists all organizations, in the order that they were created on GitHub.
16
+
/// Lists all organizations, in the order that they were created.
17
17
///
18
18
/// **Note:** Pagination is powered exclusively by the `since` parameter. Use the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers) to get the URL for the next page of organizations.
19
19
///
@@ -730,7 +730,7 @@ public protocol APIProtocol: Sendable {
730
730
extension APIProtocol {
731
731
/// List organizations
732
732
///
733
-
/// Lists all organizations, in the order that they were created on GitHub.
733
+
/// Lists all organizations, in the order that they were created.
734
734
///
735
735
/// **Note:** Pagination is powered exclusively by the `since` parameter. Use the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers) to get the URL for the next page of organizations.
736
736
///
@@ -6965,7 +6965,7 @@ public enum Components {
6965
6965
public enum Operations {
6966
6966
/// List organizations
6967
6967
///
6968
-
/// Lists all organizations, in the order that they were created on GitHub.
6968
+
/// Lists all organizations, in the order that they were created.
6969
6969
///
6970
6970
/// **Note:** Pagination is powered exclusively by the `since` parameter. Use the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers) to get the URL for the next page of organizations.
0 commit comments