diff options
Diffstat (limited to 'app/flatpages/help/api.md')
-rw-r--r-- | app/flatpages/help/api.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/flatpages/help/api.md b/app/flatpages/help/api.md index b032b5d..ab5e71c 100644 --- a/app/flatpages/help/api.md +++ b/app/flatpages/help/api.md @@ -25,6 +25,8 @@ Tokens can be attained by visiting [Profile > "API Tokens"](/user/tokens/). * GET `/api/packages/` - See [Package Queries](#package-queries) * GET `/api/scores/` - See [Package Queries](#package-queries) * GET `/api/packages/<username>/<name>/` +* GET `/api/packages/<username>/<name>/` + * If query argument `only_hard` is present, only hard deps will be returned. ### Releases |