docs(api): add note about nodes in request storage creation (#547)
This commit is contained in:
parent
34a9c5e88d
commit
778093d12e
|
@ -152,7 +152,10 @@ components:
|
||||||
default: 0
|
default: 0
|
||||||
collateral:
|
collateral:
|
||||||
type: string
|
type: string
|
||||||
description: Hexadecimal encoded number that represents how much collateral is asked from hosts that wants to fill a slots
|
description: Number as decimal string that represents how much collateral is asked from hosts that wants to fill a slots
|
||||||
|
expiry:
|
||||||
|
type: string
|
||||||
|
description: Number as decimal string that represents expiry time of the request (in unix timestamp)
|
||||||
|
|
||||||
StorageAsk:
|
StorageAsk:
|
||||||
type: object
|
type: object
|
||||||
|
|
Loading…
Reference in New Issue