[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[snapshot/master] Make API doc match reality: the key is called "archive_name", not "archive"



---
 API |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/API b/API
index a1cdda7..64d5d72 100644
--- a/API
+++ b/API
@@ -149,19 +149,19 @@ http status codes: 200 500 404 304
 {   '_comment': "yadayadayda",
     'hash': "bae0f2e5bbedf1fcbdc88061f3f5b1f916824522",
     'result':
-        [   {   'archive': 'debian-security',
+        [   {   'archive_name': 'debian-security',
                 'name': 'xulrunner_1.9.0.12.orig.tar.gz',
                 'path': '/pool/updates/main/x/xulrunner',
                 'size': 43962222,
                 'first-seen': 2009-07-23 10:10:51,
                 'last-seen': 2009-08-30 12:13:40 },
-            {   'archive': 'debian',
+            {   'archive_name': 'debian',
                 'name': 'iceweasel_3.0.12.orig.tar.gz',
                 'path': '/pool/main/i/iceweasel',
                 'size': 43962222,
                 'first-seen': 2009-08-01 19:23:39,
                 'last-seen': 2009-09-24 10:43:13 },
-            {   'archive': 'debian',
+            {   'archive_name': 'debian',
                 'name': 'xulrunner_1.9.0.12.orig.tar.gz',
                 'path': '/pool/main/x/xulrunner',
                 'size': 43962222,
-- 
1.5.6.5


Reply to: