Browse Source

Fix time documentation (#925)

* Fix time documentation
Basil 7 years ago
parent
commit
ca8861b1d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Packagist/WebBundle/Resources/views/ApiDoc/index.html.twig

+ 1 - 1
src/Packagist/WebBundle/Resources/views/ApiDoc/index.html.twig

@@ -187,7 +187,7 @@ GET https://{{ packagist_host }}/packages/[vendor]/[package].json
   "package": {
     "name": "[vendor]/[package],
     "description": [description],
-    "time": [time of the last release],
+    "time": [packagist package creation datetime],
     "maintainers": [list of maintainers],
     "versions": [list of versions and their dependencies, the same data of <a href="https://getcomposer.org/doc/01-basic-usage.md#package-versions">composer.json</a>]
     "type": [package type],