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