-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Response code is 204 instead of 200
https://dev.twitch.tv/docs/api/reference#get-vips
Property name "reward" instead of "cost" like in the example
https://dev.twitch.tv/docs/api/reference#get-custom-reward-redemption
All other endpoints doesn't have Response Example if response is empty (204)
https://dev.twitch.tv/docs/api/reference#modify-channel-information
https://dev.twitch.tv/docs/api/reference#delete-custom-reward
https://dev.twitch.tv/docs/api/reference#delete-eventsub-subscription
Not full URL
Should be GET https://api.twitch.tv/helix/search/channels
https://dev.twitch.tv/docs/api/reference#search-channels
Missing GET method
Should be GET https://api.twitch.tv/helix/streams/key
https://dev.twitch.tv/docs/api/reference#get-stream-key
"URLs" instead of "URL"
In all other places it's "URL"
https://dev.twitch.tv/docs/api/reference#get-users-follows
"Request Body Fields" instead of "Request Body"
In all other places it's "Request Body"
https://dev.twitch.tv/docs/api/reference#update-drops-entitlements
"Required Query Parameters" instead of "Request Query Parameters"
In all other places it's "Request Query Parameters"
https://dev.twitch.tv/docs/api/reference#get-users
"Response codes" instead of "Response Codes" (with capital "C")
In all other places it's "Response Codes"
https://dev.twitch.tv/docs/api/reference#start-commercial
https://dev.twitch.tv/docs/api/reference#get-extension-analytics
https://dev.twitch.tv/docs/api/reference#get-game-analytics
https://dev.twitch.tv/docs/api/reference#get-bits-leaderboard
https://dev.twitch.tv/docs/api/reference#get-cheermotes
Missing "Example Request" header
https://dev.twitch.tv/docs/api/reference#get-soundtrack-playlists
"Example Request" is actually "Example Response"
https://dev.twitch.tv/docs/api/reference#get-vips
Incorrect table formatting
See #691
6 spaces instead of 3 that represents nested object
https://dev.twitch.tv/docs/api/reference#create-stream-marker
Table without header (thead tag). The head is just a regular row inside tbody
https://dev.twitch.tv/docs/api/reference#get-channel-information














