Skip to content

Commit 8453fe2

Browse files
Commit via running ake Sources/activity
1 parent 3f59e05 commit 8453fe2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Sources/activity/Client.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2616,7 +2616,7 @@ public struct Client: APIProtocol {
26162616
}
26172617
/// List events for the authenticated user
26182618
///
2619-
/// If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.
2619+
/// If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. _Optional_: use the fine-grained token with following permission set to view private events: "Events" user permissions (read).
26202620
///
26212621
/// > [!NOTE]
26222622
/// > This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.

Sources/activity/Types.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public protocol APIProtocol: Sendable {
219219
func activity_sol_list_hyphen_watched_hyphen_repos_hyphen_for_hyphen_authenticated_hyphen_user(_ input: Operations.activity_sol_list_hyphen_watched_hyphen_repos_hyphen_for_hyphen_authenticated_hyphen_user.Input) async throws -> Operations.activity_sol_list_hyphen_watched_hyphen_repos_hyphen_for_hyphen_authenticated_hyphen_user.Output
220220
/// List events for the authenticated user
221221
///
222-
/// If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.
222+
/// If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. _Optional_: use the fine-grained token with following permission set to view private events: "Events" user permissions (read).
223223
///
224224
/// > [!NOTE]
225225
/// > This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
@@ -694,7 +694,7 @@ extension APIProtocol {
694694
}
695695
/// List events for the authenticated user
696696
///
697-
/// If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.
697+
/// If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. _Optional_: use the fine-grained token with following permission set to view private events: "Events" user permissions (read).
698698
///
699699
/// > [!NOTE]
700700
/// > This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
@@ -9765,7 +9765,7 @@ public enum Operations {
97659765
}
97669766
/// List events for the authenticated user
97679767
///
9768-
/// If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.
9768+
/// If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. _Optional_: use the fine-grained token with following permission set to view private events: "Events" user permissions (read).
97699769
///
97709770
/// > [!NOTE]
97719771
/// > This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.

0 commit comments

Comments
 (0)