Skip to content

Commit

Permalink
Modify docs to reflect websub support on stream up/down
Browse files Browse the repository at this point in the history
  • Loading branch information
Garza committed Mar 10, 2021
1 parent 0b5cc90 commit 182eee1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/event.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Used to either create or send mock events for use with local webhooks testing.
| `raid` | Channel Raid event with a random viewer count. |
| `revoke` | User authorization revoke event. Uses local Client as set in `twitch configure` or generates one randomly. |
| `stream-change` | Stream Changed event. |
| `streamup` | Only usable with the `eventsub` transport, a stream online event. |
| `streamdown` | Only usable with the `eventsub` transport, a stream offline event. |
| `streamup` | Stream online event. |
| `streamdown` | Sstream offline event. |
| `add-moderator` | Channel moderator add event. |
| `remove-moderator` | Channel moderator removal event. |

Expand All @@ -51,7 +51,7 @@ Used to either create or send mock events for use with local webhooks testing.
| `--status` | `-S` | Status of the event object, currently applies to channel points redemptions. | `-S fulfilled` | N |
| `--item-id` | `-i` | Manually set the ID of the event payload item (for example the reward ID in redemption events). | `-i 032e4a6c-4aef-11eb-a9f5-1f703d1f0b92` | N |
| `--cost` | `-C` | Amount of bits or channel points redeemed/used in the event. | `-C 250` | N |
| `--description` | `-d` | Title the stream should be updated with. | `-d Awesome new title!` | N |
| `--description` | `-d` | Title the stream should be updated/started with. | `-d Awesome new title!` | N |

**Examples**

Expand Down Expand Up @@ -116,8 +116,8 @@ Allows you to test if your webserver responds to subscription requests properly.
| `raid` | Channel Raid event with a random viewer count. |
| `revoke` | User authorization revoke event. Uses local Client as set in `twitch configure` or generates one randomly. |
| `stream_change` | Stream changed event. |
| `streamup` | Only usable with the `eventsub` transport, a stream online event. |
| `streamdown` | Only usable with the `eventsub` transport, a stream offline event. |
| `streamup` | Stream online event. |
| `streamdown` | Stream offline event. |
| `add-moderator` | Channel moderator add event. |
| `remove-moderator` | Channel moderator removal event. |

Expand Down

0 comments on commit 182eee1

Please sign in to comment.