twitchdev / issues

Issue tracker for third party developers.
Apache License 2.0
72 stars 7 forks source link

Create EventSub Subscription endpoint does not contain a WebSocket example response #936

Open LosFarmosCTL opened 2 months ago

LosFarmosCTL commented 2 months ago

Brief description

The documentation for the Create EventSub Subscription endpoint supplies an example request for creating a WebSocket subscription. However, the matching response contains another example for a WebHook response, even though the WebHook transport type already has a Request->Response example pair.

Expected documentation

Example responses for all 3 transport types.

Screenshots

image

Additional context or questions