Skip to content

Commit 69c3b27

Browse files
authored
Add note about optional stream param when establishing connection (#1842)
1 parent b7c30e4 commit 69c3b27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/methods/streaming.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,8 @@ access_token
643643
: {{%optional%}} String. A user-authorized OAuth token. Provided as a legacy alternative to `Authorization` header as [explained](#authorization) above.
644644

645645
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.
647648

648649
list
649650
: String. When `stream` is set to `list`, use this parameter to specify the list ID.

0 commit comments

Comments
 (0)