Skip to content

Commit

Permalink
Clarify what a package being available means (#3360)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkolev92 authored Nov 19, 2024
1 parent 06a4c91 commit 09a979d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/api/package-base-address-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ All URLs found in the package content resource support the HTTP methods `GET` an

## Enumerate package versions

If the client knows a package ID and wants to discover which package versions the package source has available, the
client can construct a predictable URL to enumerate all package versions. This list is meant to be a "directory
listing" for the package content API mentioned below.
If the client knows a package ID and wants to discover which package versions the package source has available, the client can construct a predictable URL to enumerate all package versions.
Every version listed in this list must be available for download.
This list is meant to be a "directory listing" for the package content API mentioned below.

> [!Note]
> This list contains both listed and unlisted package versions.
Expand Down

0 comments on commit 09a979d

Please sign in to comment.