]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Fix invalid trailing commas in JSON example
authordavid-sarah <david-sarah@jacaranda.org>
Fri, 29 Jan 2010 20:17:42 +0000 (12:17 -0800)
committerdavid-sarah <david-sarah@jacaranda.org>
Fri, 29 Jan 2010 20:17:42 +0000 (12:17 -0800)
docs/frontends/webapi.txt

index 28c932109ea5000a9fdf9aeb04014bf6cd4ea445..76d1ca2b245a4074ff8ade3dd3f2bfeb7e08940c 100644 (file)
@@ -380,7 +380,7 @@ POST /uri?t=mkdir-with-children
           "mtime": 1202777696.7564139,
           "tahoe": {
             "linkcrtime": 1202777696.7564139,
-            "linkmotime": 1202777696.7564139,
+            "linkmotime": 1202777696.7564139
             } } } ],
     "subdir":  [ "dirnode", {
         "rw_uri": "URI:DIR2:...",
@@ -390,7 +390,7 @@ POST /uri?t=mkdir-with-children
           "mtime": 1202778111.2160511,
           "tahoe": {
             "linkcrtime": 1202777696.7564139,
-            "linkmotime": 1202777696.7564139,
+            "linkmotime": 1202777696.7564139
           } } } ]
   }