diff --git a/content/en/methods/streaming.md b/content/en/methods/streaming.md index b820afa..e62785a 100644 --- a/content/en/methods/streaming.md +++ b/content/en/methods/streaming.md @@ -600,6 +600,12 @@ wss://mastodon.example/api/v1/streaming Open a multiplexed WebSocket connection to receive events. +#### Request +##### Headers + +Authorization +: {{}} Provide this header with `Bearer ` to gain authorized access to this API method. + ##### Parameters {{< hint style="info" >}} @@ -619,7 +625,7 @@ Example unsubscription from user updates: {{}} access_token -: {{}} String. A user-authorized OAuth token. +: {{}} String. A user-authorized OAuth token. Alternative to `Authorization` header. stream : {{}} String. The stream to watch for events. See [Streams](#streams) for possible values.