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/activity/Client.swift
+1-1
Original file line number
Diff line number
Diff line change
@@ -2616,7 +2616,7 @@ public struct Client: APIProtocol {
2616
2616
}
2617
2617
/// List events for the authenticated user
2618
2618
///
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).
2620
2620
///
2621
2621
/// > [!NOTE]
2622
2622
/// > 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.
/// 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).
223
223
///
224
224
/// > [!NOTE]
225
225
/// > 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 {
694
694
}
695
695
/// List events for the authenticated user
696
696
///
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).
698
698
///
699
699
/// > [!NOTE]
700
700
/// > 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 {
9765
9765
}
9766
9766
/// List events for the authenticated user
9767
9767
///
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).
9769
9769
///
9770
9770
/// > [!NOTE]
9771
9771
/// > 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