docs(docsgen): update api docs
This commit is contained in:
parent
98297cef4d
commit
b98b2d4310
@ -32,6 +32,7 @@
|
||||
* [ChainTipSetWeight](#ChainTipSetWeight)
|
||||
* [Client](#Client)
|
||||
* [ClientCalcCommP](#ClientCalcCommP)
|
||||
* [ClientCancelDataTransfer](#ClientCancelDataTransfer)
|
||||
* [ClientDataTransferUpdates](#ClientDataTransferUpdates)
|
||||
* [ClientDealSize](#ClientDealSize)
|
||||
* [ClientFindData](#ClientFindData)
|
||||
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user