From 37419a9767e3f8172ab88a8e70572e594a591802 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Sun, 22 Oct 2023 13:11:40 +0200 Subject: [PATCH] fix: Update openapi.json Signed-off-by: Marcel Klehr --- core/openapi.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/openapi.json b/core/openapi.json index 5fed9716c5cfe..7cb48b58f0a4c 100644 --- a/core/openapi.json +++ b/core/openapi.json @@ -492,7 +492,8 @@ }, "completionExpectedAt": { "type": "integer", - "format": "int64" + "format": "int64", + "nullable": true } } },