We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brief description
The exmaple in Create Prediction is invalid
Errant , on the end of the prediction window
,
Expected documentation
curl -X POST 'https://api.twitch.tv/helix/predictions' \ -H 'Authorization: Bearer cfabdegwdoklmawdzdo98xt2fo512y' \ -H 'Client-Id: uo6dggojyb8d6soh92zknwmi5ej1q2' \ -H 'Content-Type: application/json' \ -d '{ "broadcaster_id": "141981764", "title": "Any leeks in the stream?", "outcomes": [ { "title": "Yes, give it time." }, { "title": "Definitely not." } ], "prediction_window": 120 }'
Additional context or questions
I did not check other examples to see if they have the same error
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue: Fixed https://dev.twitch.tv/docs/api/reference#create-prediction.
Sorry, something went wrong.
No branches or pull requests
Brief description
The exmaple in Create Prediction is invalid
Errant
,on the end of the prediction windowExpected documentation
Additional context or questions
I did not check other examples to see if they have the same error
The text was updated successfully, but these errors were encountered: