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
According to the help flags you can specify a custom item ID for the add-redemption event:
$ twitch event trigger add-redemption -h
...
-i, --item-id string Manually set the ID of the event payload item (for example the reward ID in redemption events).
You can then do this like so: twitch event trigger add-redemption -i random-id-here
However, the generated body doesn't include this ID, and instead uses a randomly generated one:
I've had a quick look through the command definition and how it gets passed through to the RedemptionParams structure, but nothing obvious is jumping out at me.
The text was updated successfully, but these errors were encountered:
According to the help flags you can specify a custom item ID for the
add-redemption
event:You can then do this like so:
twitch event trigger add-redemption -i random-id-here
However, the generated body doesn't include this ID, and instead uses a randomly generated one:
I've had a quick look through the command definition and how it gets passed through to the
RedemptionParams
structure, but nothing obvious is jumping out at me.The text was updated successfully, but these errors were encountered: