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: content/en/methods/streaming.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -643,7 +643,8 @@ access_token
643
643
: {{%optional%}} String. A user-authorized OAuth token. Provided as a legacy alternative to `Authorization` header as [explained](#authorization) above.
644
644
645
645
stream
646
-
: {{<required>}} String. The stream to watch for events. See [Streams](#streams) for possible values.
646
+
: {{<required>}} String. When attempting to watch a single stream for events. See [Streams](#streams) for possible values.
647
+
: {{%optional%}} String. When initiating a general connection without a specific subscription target.
647
648
648
649
list
649
650
: String. When `stream` is set to `list`, use this parameter to specify the list ID.
0 commit comments