Closed johnebgood closed 1 year ago
For https://twitch-api-swagger.surge.sh/#/Moderation/ban-user I noticed that ban user call was missing a required post parameter user_id. Can the script be modified to include required post parameters from the api documentation?
Thanks! ~John
Looks like user_id has to be specified in the request body according the docs
user_id
You can click "Schema" button in the request body section to see its shape
For https://twitch-api-swagger.surge.sh/#/Moderation/ban-user I noticed that ban user call was missing a required post parameter user_id. Can the script be modified to include required post parameters from the api documentation?
Thanks! ~John