Skip to content

Commit

Permalink
docs(api): add note about nodes in request storage creation
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed Sep 7, 2023
1 parent d399290 commit 6ea9d6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ea9d6b

Please sign in to comment.