Преглед изворни кода

Fix time documentation (#925)

* Fix time documentation
Basil пре 7 година
родитељ
комит
ca8861b1d2
1 измењених фајлова са 1 додато и 1 уклоњено
  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],