From 778093d12e751e735e0b1f380e60664957ca2167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Mon, 13 Nov 2023 15:39:22 +0100 Subject: [PATCH] docs(api): add note about nodes in request storage creation (#547) --- openapi.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index d594e70a..a4dbb17a 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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