From e2ee725d7d325b8d74592d18bfb09cdb1acb0c87 Mon Sep 17 00:00:00 2001 From: david-sarah Date: Fri, 29 Jan 2010 12:17:42 -0800 Subject: [PATCH] Fix invalid trailing commas in JSON example --- docs/frontends/webapi.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } } } ] } -- 2.45.2