Skip to content

Commit a7d2b67

Browse files
committed
docs(gen): regenerate api docs
1 parent 634f284 commit a7d2b67

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

build/openrpc/boost.json.gz

108 Bytes
Binary file not shown.

documentation/en/api-v1-methods.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
* [DealsConsiderOnlineStorageDeals](#dealsconsideronlinestoragedeals)
3030
* [DealsConsiderUnverifiedStorageDeals](#dealsconsiderunverifiedstoragedeals)
3131
* [DealsConsiderVerifiedStorageDeals](#dealsconsiderverifiedstoragedeals)
32+
* [DealsGetBitswapPeerID](#dealsgetbitswappeerid)
3233
* [DealsPieceCidBlocklist](#dealspiececidblocklist)
34+
* [DealsSetBitswapPeerID](#dealssetbitswappeerid)
3335
* [DealsSetConsiderOfflineRetrievalDeals](#dealssetconsiderofflineretrievaldeals)
3436
* [DealsSetConsiderOfflineStorageDeals](#dealssetconsiderofflinestoragedeals)
3537
* [DealsSetConsiderOnlineRetrievalDeals](#dealssetconsideronlineretrievaldeals)
@@ -603,6 +605,15 @@ Inputs: `null`
603605

604606
Response: `true`
605607

608+
### DealsGetBitswapPeerID
609+
610+
611+
Perms: admin
612+
613+
Inputs: `null`
614+
615+
Response: `"12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf"`
616+
606617
### DealsPieceCidBlocklist
607618

608619

@@ -619,6 +630,20 @@ Response:
619630
]
620631
```
621632

633+
### DealsSetBitswapPeerID
634+
635+
636+
Perms: admin
637+
638+
Inputs:
639+
```json
640+
[
641+
"12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf"
642+
]
643+
```
644+
645+
Response: `{}`
646+
622647
### DealsSetConsiderOfflineRetrievalDeals
623648

624649

node/config/doc_gen.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)