Skip to content
This repository was archived by the owner on Apr 29, 2020. It is now read-only.

Commit d883187

Browse files
committed
Added defaults, nullable
to ls
1 parent f6e9323 commit d883187

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

apiary.apib

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2529,7 +2529,7 @@ List directories.
25292529

25302530
+ Parameters
25312531
+ arg (string, required) - Path to show listing for. Default: '/'.
2532-
+ l (boolean, optional) - Use long listing format.
2532+
+ l (boolean, optional) - Use long listing format. Default: false.
25332533
+ flush (boolean, optional) - Flush target and ancestors after write. Default: true. Alias: f.
25342534

25352535
+ Request Without Arguments
@@ -2669,7 +2669,7 @@ List directories.
26692669
```
26702670

26712671
+ Attributes (object)
2672-
+ Entries (array)
2672+
+ Entries (array, nullable)
26732673
+ (object)
26742674
- Hash (Multihash)
26752675
- Name (string)
@@ -2691,7 +2691,7 @@ List directories.
26912691
}
26922692
```
26932693

2694-
+ Request With Argument And L Option
2694+
+ Request With Argument And List Option
26952695

26962696
#### curl
26972697

@@ -2719,7 +2719,7 @@ List directories.
27192719
```
27202720

27212721
+ Attributes (object)
2722-
+ Entries (array)
2722+
+ Entries (array, nullable)
27232723
+ (object)
27242724
- Hash (Multihash)
27252725
- Name (string)

test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hello world

0 commit comments

Comments
 (0)