docs(api): add note about nodes in request storage creation (#547)

This commit is contained in:
Adam Uhlíř 2023-11-13 15:39:22 +01:00 committed by GitHub
parent 34a9c5e88d
commit 778093d12e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -152,7 +152,10 @@ components:
default: 0
collateral:
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:
type: object