Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion version1/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Variables are defined per-game and can be applicable to either all runs for this
full-game or individual-level (IL) runs. Variables can also be restricted to a category. It is
therefore important to understand how to get the correct set of variables:

* Use ``GET /game/<id>/variables`` to get **all** defined variables of that game, no matter how they
* Use ``GET /games/<id>/variables`` to get **all** defined variables of that game, no matter how they
are configured.
* Use ``GET /categories/<id>/variables`` to only get the variables that apply to the given category.
* Use ``GET /levels/<id>/variables`` to only get the variables that apply to the given level.
Expand Down