Fix AutoMod status doc - example curl request
The example curl request here:
https://dev.twitch.tv/docs/api/reference#check-automod-status
Doesn't work.
1) It needs a broadcasterid query param
2) It needs the content-type header (application/json)
3) I get a 500 error using the provided "userid"s in the post body, using other user_ids works
I spent more time than I care to admit figuring this out, so it seems like fixing this will probably hep somebody out in the future.
If these three things are fixed the call succeeds.
2
votes
