Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed Mar 27, 2020
1 parent 3141450 commit 65ade99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ The `/search` API endpoint has few additional query parameters. More might be ad
a package requires 7.4, the package will not be returned or an older compatible package will be shown.
By default this endpoint always returns only the newest compatible package.
* category: Filters the package by the given category. Available categories can be seend when going to `/categories` endpoint.
* package: Filters by a specific package name, for example `mysql`. In contrast to the other endpoints, it will return
by default all versions of this package.
* package: Filters by a specific package name, for example `mysql`. It will return the most recent version of the package.
* internal: This can be set to true, to also list internal packages. This is set to `false` by default.

The different query parameters above can be combined, so `?package=mysql&kibana=7.3.0` will return all mysql package versions
Expand Down

0 comments on commit 65ade99

Please sign in to comment.