From 29dd217ae0bf6a5da421cdb010ee436ca2e3cef8 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 21 Apr 2026 19:13:53 +0200 Subject: [PATCH] chore: update openapi Signed-off-by: Robin Appelman --- apps/files_sharing/openapi.json | 3 ++- openapi.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/files_sharing/openapi.json b/apps/files_sharing/openapi.json index 257250434f1..9eac4686897 100644 --- a/apps/files_sharing/openapi.json +++ b/apps/files_sharing/openapi.json @@ -702,7 +702,8 @@ "type": "string" }, "url": { - "type": "string" + "type": "string", + "nullable": true } } }, diff --git a/openapi.json b/openapi.json index 745786c91bc..010c6d73526 100644 --- a/openapi.json +++ b/openapi.json @@ -2833,7 +2833,8 @@ "type": "string" }, "url": { - "type": "string" + "type": "string", + "nullable": true } } },