Skip to content
New issue

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

Fix bulk access anchor links #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions version1/games.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Games

* [Structure](#structure)
* [Bulk Access](#bulkaccess)
* [Bulk Access](#bulk-access)
* [Embeds](#embeds)
* [GET /games](#get-games)
* [GET /games/{id}](#get-gamesid)
Expand Down Expand Up @@ -247,7 +247,7 @@ Query Parameter | Type | Description
``publisher`` | string | publisher ID; when given, restricts to that publisher
``moderator`` | string | moderator ID; when given, only games moderated by that user will be returned
``romhack`` | bool | legacy parameter, do not use this in new code; whether or not to include games with game types (if this parameter is not set, game types are included; if it is set to a true value, *only* games with game types will be returned, otherwise only games without game types are returned)
``_bulk`` | bool | enable [bulk access](#bulkaccess)
``_bulk`` | bool | enable [bulk access](#bulk-access)

Note that giving invalid values for ``platform``, ``region`` or ``moderator`` will result in an
HTTP 404 error instead of an empty list. This is on purpose, because asking to filter by non-existing
Expand Down