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

Commit

Permalink
Int >> number
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Feb 19, 2016
1 parent 89800f2 commit 4fe9f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,7 @@ Retrieves the object named by <ipfs-or-ipns-path> and stores the data to disk.
+ output (string, optional) - The path where the output should be stored. Default: './<ipfs-path>'.
+ archive (boolean, optional) - Output a TAR archive. Default: false.
+ compress (boolean, optional) - Compress the output with GZIP compression. Default: false.
+ compression-level (enum[int], optional) - The level of compression.
+ compression-level (enum[number], optional) - The level of compression.
+ Members
+ Default: -1
+ 0
Expand Down Expand Up @@ -2757,7 +2757,7 @@ Returns the current version of ipfs and exits.
The IPFS error object

+ message (string) - the error message
+ code (enum[int]) - the status code
+ code (enum[number]) - the status code
+ Members
+ `0`
+ `1`
Expand Down

0 comments on commit 4fe9f5a

Please sign in to comment.