Skip to content

Commit

Permalink
Clarify source of metadata in JSON API (#9322)
Browse files Browse the repository at this point in the history
* Clarify source of metadata in JSON API

* Clarify only first uploaded data is used
  • Loading branch information
pfmoore authored Apr 1, 2021
1 parent 9c02611 commit a1935fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/api-reference/json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ Project
Returns metadata (info) about an individual project at the latest version,
a list of all releases for that project, and project URLs. Releases include
the release name, URL, and MD5 and SHA256 hash digests, and are keyed by
the release version string.
the release version string. Metadata returned comes from the values provided
at upload time and does not necessarily match the content of the uploaded
files. The first uploaded data for a release is stored, subsequent uploads
do not update it.

**Example Request**:

Expand Down

0 comments on commit a1935fe

Please sign in to comment.