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

Commit

Permalink
Added Diag default, fixed broken default for compression-level
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed May 27, 2016
1 parent 1b64bce commit 7d719ce
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -3282,9 +3282,10 @@ timeout. If the timeout is too small, some peers may not be reached.
The default timeout is 20 seconds.

+ Parameters
+ vis (enum[string], optional)
+ vis (enum[string], optional) - Output format.
- Default: `text`
+ Members
- `plain text` - Easy to read. Default.
- `text` - Easy to read.
- `d3` - JSON ready to be fed into d3view.
- `dot` - Graphviz format.

Expand Down Expand Up @@ -6277,8 +6278,9 @@ Stores to disk the data contained an IPFS or IPNS object(s) at the given path.
+ archive (boolean, optional) - Output a TAR archive. Default: false.
+ compress (boolean, optional) - Compress the output with GZIP compression. Default: false.
+ compression-level (enum[number], optional) - The level of compression.
+ Default: -1
+ Members
+ Default: -1
+ -1
+ 0
+ 1
+ 2
Expand Down

0 comments on commit 7d719ce

Please sign in to comment.