Skip to content

Commit

Permalink
docs(docsgen): update api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahhoward committed Oct 24, 2020
1 parent 98297ce commit b98b2d4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions documentation/en/api-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
* [ChainTipSetWeight](#ChainTipSetWeight)
* [Client](#Client)
* [ClientCalcCommP](#ClientCalcCommP)
* [ClientCancelDataTransfer](#ClientCancelDataTransfer)
* [ClientDataTransferUpdates](#ClientDataTransferUpdates)
* [ClientDealSize](#ClientDealSize)
* [ClientFindData](#ClientFindData)
Expand Down Expand Up @@ -848,6 +849,23 @@ Response:
}
```

### ClientCancelDataTransfer
ClientCancelDataTransfer cancels a data transfer with the given transfer ID and other peer


Perms: write

Inputs:
```json
[
3,
"12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf",
true
]
```

Response: `{}`

### ClientDataTransferUpdates
There are not yet any comments for this method.

Expand Down

0 comments on commit b98b2d4

Please sign in to comment.