run make gen
This commit is contained in:
parent
4326fc370b
commit
6115bd02f1
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -22,12 +22,12 @@
|
||||
* [CreateBackup](#CreateBackup)
|
||||
* [Dagstore](#Dagstore)
|
||||
* [DagstoreGC](#DagstoreGC)
|
||||
* [DagstoreRegisterShard] (#DagstoreRegisterShard)
|
||||
* [DagstoreInitializeAll](#DagstoreInitializeAll)
|
||||
* [DagstoreInitializeShard](#DagstoreInitializeShard)
|
||||
* [DagstoreListShards](#DagstoreListShards)
|
||||
* [DagstoreLookupPieces](#DagstoreLookupPieces)
|
||||
* [DagstoreRecoverShard](#DagstoreRecoverShard)
|
||||
* [DagstoreRegisterShard](#DagstoreRegisterShard)
|
||||
* [Deals](#Deals)
|
||||
* [DealsConsiderOfflineRetrievalDeals](#DealsConsiderOfflineRetrievalDeals)
|
||||
* [DealsConsiderOfflineStorageDeals](#DealsConsiderOfflineStorageDeals)
|
||||
@ -510,22 +510,6 @@ Response:
|
||||
]
|
||||
```
|
||||
|
||||
### DagstoreRegisterShard
|
||||
DagstoreRegisterShard registers a shard with the dagstore. It takes
|
||||
a PieceCID as input and generates a success or error message.
|
||||
|
||||
|
||||
Perms: admin
|
||||
|
||||
Inputs:
|
||||
```json
|
||||
[
|
||||
"string value"
|
||||
]
|
||||
```
|
||||
|
||||
Response: `{}`
|
||||
|
||||
### DagstoreInitializeAll
|
||||
DagstoreInitializeAll initializes all uninitialized shards in bulk,
|
||||
according to the policy passed in the parameters.
|
||||
@ -656,6 +640,21 @@ Inputs:
|
||||
|
||||
Response: `{}`
|
||||
|
||||
### DagstoreRegisterShard
|
||||
DagstoreRegisterShard registers a shard manually with dagstore with given pieceCID
|
||||
|
||||
|
||||
Perms: admin
|
||||
|
||||
Inputs:
|
||||
```json
|
||||
[
|
||||
"string value"
|
||||
]
|
||||
```
|
||||
|
||||
Response: `{}`
|
||||
|
||||
## Deals
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user