Skip to content

Commit a1935fe

Browse files
authored
Clarify source of metadata in JSON API (#9322)
* Clarify source of metadata in JSON API * Clarify only first uploaded data is used
1 parent 9c02611 commit a1935fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/api-reference/json.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ Project
1111
Returns metadata (info) about an individual project at the latest version,
1212
a list of all releases for that project, and project URLs. Releases include
1313
the release name, URL, and MD5 and SHA256 hash digests, and are keyed by
14-
the release version string.
14+
the release version string. Metadata returned comes from the values provided
15+
at upload time and does not necessarily match the content of the uploaded
16+
files. The first uploaded data for a release is stored, subsequent uploads
17+
do not update it.
1518

1619
**Example Request**:
1720

0 commit comments

Comments
 (0)