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

Commit

Permalink
Clarified a doc, moved description up
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Feb 26, 2016
1 parent ab08d4f commit 1c752af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ Remove a given block from your wantlist.
+ Parameters
+ arg (Multihash, required) - Key to remove from your wantlist.

+ Request No Arguments
+ Request With No Arguments

#### curl

Expand Down Expand Up @@ -527,7 +527,7 @@ Remove a given block from your wantlist.

```
{
"Message": "incorrectly formatted key: ",
"Message": "Incorrectly formatted key: ",
"Code": 0
}
```
Expand Down Expand Up @@ -633,10 +633,10 @@ Remove a given block from your wantlist.
## wantlist [GET /bitswap/wantlist{?peer}]
Show blocks currently on the wantlist.

+ Parameters
+ peer (Multihash, optional)
Print out all blocks currently on the bitswap wantlist for the local peer.

Specify which peer to show wantlist for. Default: self.
+ Parameters
+ peer (Multihash, optional) - Specify which peer to show wantlist for. Default: self.

+ Request No Arguments

Expand Down

0 comments on commit 1c752af

Please sign in to comment.