mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 06:17:50 +00:00
webapi.rst: fix whitespace (detabify) t=json examples
This commit is contained in:
parent
dad354b275
commit
8b91410ebb
@ -718,7 +718,8 @@ Getting Information About A File Or Directory (as JSON)
|
||||
"mutable": true,
|
||||
"format": "sdmf",
|
||||
"children": {
|
||||
"foo.txt": [ "filenode", {
|
||||
"foo.txt": [ "filenode",
|
||||
{
|
||||
"ro_uri": uri,
|
||||
"size": bytes,
|
||||
"metadata": {
|
||||
@ -728,7 +729,8 @@ Getting Information About A File Or Directory (as JSON)
|
||||
"linkcrtime": 1202777696.7564139,
|
||||
"linkmotime": 1202777696.7564139
|
||||
} } } ],
|
||||
"subdir": [ "dirnode", {
|
||||
"subdir": [ "dirnode",
|
||||
{
|
||||
"rw_uri": rwuri,
|
||||
"ro_uri": rouri,
|
||||
"metadata": {
|
||||
|
Loading…
Reference in New Issue
Block a user