"Update Redemption Status" example is incorrect

Hello I hope this is the correct place to post this

The curl example request is incorrect, having --X instead of -X. It should be

curl -X PATCH 'https://api.twitch.tv/helix/channel_points/custom_rewards/redemptions?broadcaster_id=274637212&reward_id=92af127c-7326-4483-a52b-b0da0be61c01&id=17fa2df1-ad76-4804-bfa5-a40ef63efe63' \
-H 'client-id: gx2pv4208cff0ig9ou7nk3riccffxt' \
-H 'Authorization: Bearer vjxv3i0l4zxru966wsnwji51tmpkj2' \
-H 'Content-Type: application/json' \
-d '{
  "status": "CANCELED"
}'

/Jaxcie

docs issues normally should be flagged on Issues · twitchdev/issues · GitHub

Thanks, I posted a issue there!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.