Open chillymosh opened 6 months ago
Brief description
https://dev.twitch.tv/docs/api/reference/#get-user-block-list Only a minor detail but this endpoint is a paginated endpoint, which correctly shows the Query Parameters of first and after. But the Example Response does not show the pagination key.
first
after
pagination
Expected documentation
{ "data": [ { "user_id": "135093069", "user_login": "bluelava", "display_name": "BlueLava" }, { "user_id": "27419011", "user_login": "travistyoj", "display_name": "TravistyOJ" } ], "pagination": {"cursor": "adsASd2d32dd33c2"} }
Screenshots
Additional context or questions
Brief description
https://dev.twitch.tv/docs/api/reference/#get-user-block-list Only a minor detail but this endpoint is a paginated endpoint, which correctly shows the Query Parameters of
first
andafter
. But the Example Response does not show thepagination
key.Expected documentation
Screenshots
Additional context or questions