Fix key package API returning display_name rather than username

This commit is contained in:
rubenwardy
2022-01-12 20:50:01 +00:00
parent e0a92c6455
commit 7ffecbb318
3 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ Tokens can be attained by visiting [Settings > API Tokens](/user/tokens/).
* GET `/api/dependencies/`
* Returns `provides` and raw dependencies for all packages.
* Supports [Package Queries](#package-queries)
* [Paginated result](#paginated-results), max 100 results per page
* [Paginated result](#paginated-results), max 300 results per page
* Each item in `items` will be a dictionary with the following keys:
* `type`: One of `GAME`, `MOD`, `TXP`.
* `author`: Username of the package author.