From d045a7e6e6020c7c63d4d37fc490c4dd1bbad4bb Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 21 Feb 2025 17:42:45 +0100 Subject: [PATCH] Add openapi documentation --- openapi.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 19925225..f731913f 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -247,6 +247,9 @@ components: slotIndex: type: string description: Slot Index as decimal string + validUntil: + type: integer + description: Date after which the reservation will no longer be valid. StorageRequestCreation: type: object