twitchdev / issues

Issue tracker for third party developers.
Apache License 2.0
72 stars 7 forks source link

Get Games shows pagination in example #929

Closed chillymosh closed 3 months ago

chillymosh commented 3 months ago

Brief description The Get Games endpoint (https://dev.twitch.tv/docs/api/reference/#get-games) shows a pagination cursor on the right hand side for the Example Response.

Request Query Parameters does not have first, after or before parameters which is indicative of an endpoint that returns a cursor. The Response body also does not specify a cursor is returned.

Upon several tests, this endpoint does not seem to return a cursor, unless there are some edge cases that I have missed.

Expected documentation Remove the pagination cursor from Example Response

Screenshots image

Additional context or questions

Xemdo commented 3 months ago

Documentation has been updated to fix this issue