From: david-sarah Date: Fri, 29 Jan 2010 20:17:42 +0000 (-0800) Subject: Fix invalid trailing commas in JSON example X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=e2ee725d7d325b8d74592d18bfb09cdb1acb0c87;p=tahoe-lafs%2Ftahoe-lafs.git Fix invalid trailing commas in JSON example --- diff --git a/docs/frontends/webapi.txt b/docs/frontends/webapi.txt index 28c93210..76d1ca2b 100644 --- a/docs/frontends/webapi.txt +++ b/docs/frontends/webapi.txt @@ -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 } } } ] }