docs(apidocs): run docsgen
This commit is contained in:
parent
5ad8e23eae
commit
04e34b8ca7
@ -46,6 +46,7 @@
|
|||||||
* [ClientQueryAsk](#ClientQueryAsk)
|
* [ClientQueryAsk](#ClientQueryAsk)
|
||||||
* [ClientRemoveImport](#ClientRemoveImport)
|
* [ClientRemoveImport](#ClientRemoveImport)
|
||||||
* [ClientRetrieve](#ClientRetrieve)
|
* [ClientRetrieve](#ClientRetrieve)
|
||||||
|
* [ClientRetrieveTryRestartInsufficientFunds](#ClientRetrieveTryRestartInsufficientFunds)
|
||||||
* [ClientRetrieveWithEvents](#ClientRetrieveWithEvents)
|
* [ClientRetrieveWithEvents](#ClientRetrieveWithEvents)
|
||||||
* [ClientStartDeal](#ClientStartDeal)
|
* [ClientStartDeal](#ClientStartDeal)
|
||||||
* [Gas](#Gas)
|
* [Gas](#Gas)
|
||||||
@ -1159,6 +1160,22 @@ Inputs:
|
|||||||
|
|
||||||
Response: `{}`
|
Response: `{}`
|
||||||
|
|
||||||
|
### ClientRetrieveTryRestartInsufficientFunds
|
||||||
|
ClientRetrieveTryRestartInsufficientFunds attempts to restart stalled retrievals on a given payment channel
|
||||||
|
which are stuck due to insufficient funds
|
||||||
|
|
||||||
|
|
||||||
|
Perms: write
|
||||||
|
|
||||||
|
Inputs:
|
||||||
|
```json
|
||||||
|
[
|
||||||
|
"t01234"
|
||||||
|
]
|
||||||
|
```
|
||||||
|
|
||||||
|
Response: `{}`
|
||||||
|
|
||||||
### ClientRetrieveWithEvents
|
### ClientRetrieveWithEvents
|
||||||
ClientRetrieveWithEvents initiates the retrieval of a file, as specified in the order, and provides a channel
|
ClientRetrieveWithEvents initiates the retrieval of a file, as specified in the order, and provides a channel
|
||||||
of status updates.
|
of status updates.
|
||||||
|
Loading…
Reference in New Issue
Block a user