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

Commit 250d301

Browse files
committed
Change options to flags
1 parent 9d61ce5 commit 250d301

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

apiary.apib

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,14 @@ remains to be implemented.
1919

2020
+ Parameters
2121
+ arg (string, required) - The path to a file to be added to IPFS
22-
+ recursive (boolean, optional) - Add directory paths recursively
23-
+ quiet (boolean, optional) - Write minimal output
24-
+ silent (boolean, optional) - Write no output
25-
+ progress (boolean, optional) - Stream progress data
26-
+ trickle (boolean, optional) - Use trickle-dag format for dag generation
27-
+ only-hash (boolean, optional) - Only chunk and hash - do not write to disk
28-
+ wrap-with-directory (boolean, optional) - Wrap files with a directory object
29-
+ hidden (boolean, optional) - Include files that are hidden
30-
+ chunker (boolean, optional) - chunking algorithm to use
31-
+ pin (boolean, optional) - Pin this object when adding. Default true
22+
+ r (boolean, optional) - Recursive. Add directory paths recursively
23+
+ q (boolean, optional) - Quiet. Write minimal output
24+
+ p (boolean, optional) - Progress. Stream progress data
25+
+ t (boolean, optional) - Trickle. Use trickle-dag format for dag generation
26+
+ n (boolean, optional) - Only-hash. Only chunk and hash - do not write to disk
27+
+ w (boolean, optional) - Wrap-with-directory. Wrap files with a directory object
28+
+ H (boolean, optional) - Hidden. Include files that are hidden
29+
+ s (boolean, optional) - Chunker. chunking algorithm to use
3230

3331
+ Request Single File (application/json)
3432

0 commit comments

Comments
 (0)